cannot run by using python

Typically: "How do I... ", "How can I... " questions
Post Reply
juyeon
Posts: 12
Joined: 27 Mar 2023, 07:11

cannot run by using python

Post by juyeon »

I have set the regular API and run well before

but today when i want to open coppeliasim ,the terminal display:error
library(c:/program
files/coppeliarobtics/coppeliasimedu/simextros2.dll)load:"cannot load
library c:/program files/coppeliarobtics/coppeliasimedu/simextros2.dll
how can i solve it ?
i use windows and coppeliasim 4.4.0 and i have reinstalled but not usefull
i reinstall and can open directly .
But for connect python and coppeliasim,i alter the file'remoteApiConnections.txt',
  • portIndex1_debug = true
    portIndex1_syncSimTrigger = false
i cannot use coppeliasim,even if i modify the parameters again.

please help me ,thank you so much

coppelia
Site Admin
Posts: 10336
Joined: 14 Dec 2012, 00:25

Re: cannot run by using python

Post by coppelia »

Hello,

So what did change since last time it worked? Something must be different though...
And remoteApiConnections.txt is not at all related to the ROS2 plugin, you can ignore that.

Cheers

juyeon
Posts: 12
Joined: 27 Mar 2023, 07:11

Re: cannot run by using python

Post by juyeon »

coppelia wrote: 27 Mar 2023, 14:53 Hello,

So what did change since last time it worked? Something must be different though...
And remoteApiConnections.txt is not at all related to the ROS2 plugin, you can ignore that.

Cheers
I do nothing TT,just after one night
even if i accidentally deleted something ,why is there still a lack of ROS2 plug after reinstalling.
i even try to reinstalled other versions,4.2.0 4.3.0 which is the same problem.
and now i can run but cannot close the cmd,the erro still exsit.
thank you so much

coppelia
Site Admin
Posts: 10336
Joined: 14 Dec 2012, 00:25

Re: cannot run by using python

Post by coppelia »

Did you source ROS2 environment? i.e.

Code: Select all

source /opt/ros/humble/setup.bash
Cheers

Post Reply