levih - 2024-01-22

Hello

I'm trying to use the DocScripting collection in Codesys. I've made it work on one PC(1) for the 3.5.16.4 version of the script collection. But when I try the same setup on another PC(2), I get an error message:

Error loading Python DLL: D:\SCRIPTING\3.5.16.40\python27.dll (error code 14001)

My setup on both PC's is thus:
1. Downloaded and installed Python
2. Copied the folder with the scripting collection to C: (because of admin rights)
3. Placed my .library file in the same folder as the scripting collection

Only difference is that Python is v3.12.0 on PC1 and v3.12.1 on PC2. I thought maybe it was something with Python, but then I have tried using the scripting collection from 3.5.16.1, and that seems to work. Just not for scripting collection 3.5.16.4.

I also can't seem to find any scripting collections on newer versions of Codesys? (e.g. 3.5.19.10)

Thanks in advance!