Skip to content

Incorrect search path for ALP 4.3 #31

@abllnl01

Description

@abllnl01

I just upgrade to ALP4lib v1.0.3 from v1.0.1. It seems new changes introduced in v1.0.3 results in incorrect search path for the ALP 4.3 DLL file. The true path for ALP 4.3 is in C:\Program Files\ALP-4.3\ALP-4.3 API\x64 and NOT in C:\Program Files\ALP-4.3\ALP-4.3 high-speed API\x64\. I have confirmed this by also installing the latest version of ALP 4.3.

Example Code:

import ALP4  
myDMD = ALP4.ALP4(version = '4.3')

Output when using ALP4lib==1.0.1

Loading library: C:\Program Files\ALP-4.3/ALP-4.3 API/x64/alp4395.dll

Output when using ALP4lib==1.0.3

FileNotFoundError: Could not find module 'C:\Program Files\ALP-4.3\ALP-4.3 high-speed API\x64\alp4395.dll' (or one of its dependencies). Try using the full path with constructor syntax.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions