Error: Dobot Demo V2 Python


#1

Hi.

I am trying to run the script from Dobot demo V2 in pycharm, but i get these types of errors:

File “C:/Users/xxx/PycharmProjects/dobot test/DobotControl.py”, line 10, in
api = dType.load()

OSError: [WinError 193] %1 is not a valid Win32-program

Anyone who can help me? :smile: use python 3.5.0.


#2

I had the same issue, you probably downloaded the 64 bit version of Python. For this to work you need the 32 bit version (x86) version of python 3.5. This fixed it for me :slight_smile:


#3

I did. Now i have the 32-Bit version and it seems to work fine. But is it no way i can make this work for 64-Bit python? :slight_smile: