I have been trying to use vrep with python(v 2.7) in order to do a project I'm working on. How ever when i try to test it out this happens:
import vrep
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Python/2.7/site-packages/vrep.py", line 39, in <module>
libsimx = CDLL("./remoteApi.dylib")
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 365, in __init__
self._handle = _dlopen(self._name, mode)
OSError: dlopen(./remoteApi.dylib, 6): image not found
I've been banging my haed at it for a while now and am stumped.