Legacy remote API: cannot import vrep.py module

Typically: "How do I... ", "How can I... " questions
Post Reply
Stigran
Posts: 11
Joined: 08 Mar 2018, 18:53

Legacy remote API: cannot import vrep.py module

Post 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.

Stigran
Posts: 11
Joined: 08 Mar 2018, 18:53

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

Post by Stigran »

As an update, i copied the script to spyder and it properly imports vrep module. So it seems notebook was the problem!

Post Reply