CoppeliaRobotics / zmqRemoteApi

Other
34 stars 9 forks source link

Problems with new Python client, sim = client.require('sim') #9

Closed AndresMasis closed 1 year ago

AndresMasis commented 1 year ago

Hi, when I try to run

sim = client.require('sim')

from simpleTest.py, I always get the following message:

Exception: No such function: zmqRemoteApi.require

I do not know if I am missing a library or a special configuration.

IMPORTANT NOTE: I am using the previous Python client, the one that used

sim = client.getObject('sim')

and this works perfectly for me, but I do not know why the new client with require() is not working.

Thanks :)

fferri commented 1 year ago

When reporting issues please include:

AndresMasis commented 1 year ago

Operating System: Windows 11 CoppeliaSim version: 4.5.1 rev4 coppeliasim_zmqremote_client: coppeliasim_zmqremoteapi_client 0.0.5

Coppelia commented 1 year ago

Have a look here