Python not working on Mac OS


#1

Hi When I try to run the demo code for Mac OS I get this err

Traceback (most recent call last):
File “/Users/vmehta/Documents/Dobot/DobotDemoV2.0/DobotDemoForPython 3/DobotControl.py”, line 10, in
api = dType.load()
File “/Users/vmehta/Documents/Dobot/DobotDemoV2.0/DobotDemoForPython 3/DobotDllType.py”, line 460, in load
return CDLL(“libDobotDll.dylib”, RTLD_GLOBAL)
File “/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/init.py”, line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: dlopen(libDobotDll.dylib, 10): Library not loaded: @rpath/QtSerialPort.framework/Versions/5/QtSerialPort
Referenced from: /Users/vmehta/Documents/Dobot/DobotDemoV2.0/DobotDemoForPython 3/libDobotDll.dylib
Reason: image not found


#2

Hello, is the problem solved?


#3

Yes it did work for me.


#4

How did you fix the problem?


#5

Could you please tell me how did you fix the problem? Looking forward to your reply. Thanks


#6

Hello,I encountered a similar problem on Mac OS. Could you please help me check how to solve it?