Page 1 of 1

Legacy remote API: cannot import vrep.py module

Posted: 12 Sep 2019, 18:05
by Stigran
Greetings,

i have been trying to use the legacy remoteAPI in a jupyter notebook python 3,7 script, but i get the Modulenotfounderror: no module named 'vrep'. The system is Ubuntu 64bit on a virtual machine, V-REP was freshly installed on the machine, and the code i used on the script was copied from simpletest.py.

I have already moved the vrep.py, vrepConst.py and remoteAPI.so in the same folder as the script that's importing them. Do you have any idea on what could be the cause?

Thank you for your time.

Re: Legacy remote API: cannot import vrep.py module

Posted: 13 Sep 2019, 08:37
by Stigran
As an update, i copied the script to spyder and it properly imports vrep module. So it seems notebook was the problem!