-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels