Python not working on Win10 64 bit


#1

Hello everybody,
I tried to set up free python programming with DobotDemoV2.0 on my machine: Windows10 lenovo x240 (64 bit)

I add all x64-DLLs FROM DobotDll to my System-environment.

But when I try run the script it always breaks with the shortend prompt:

api = dType.load()
return CDLL(“DobotDll.dll”, RTLD_GLOBAL)
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] Module not found

What can I do to fix this problem?
Thanks Thorsten


#2

Update: after some tryouts…
Now it is OSError: [WinError 127]


#3

I don’t know if you had any progress since you created this topic, but if you want it to work, just install Python 3.5.0 32bit. It’s here: https://www.python.org/downloads/release/python-350/
Fortunately, windows support 32bit and 64bit and we can have something stable.

Now, if you wrote this topic in order to inform Dobot about this issue… good luck.


#4

Tank you.
I found out some bad paths etc. with my netbeans IDE and for some reasons there was no way for me to fix it. So, I gave up and switched over to spyder IDE and everything works fine since then, even with the 64 bit drivers.

Thx