darwinop / webots-cross-compilation

porting behavioral settings from a webots darwin onto a real darwin
www.robotsource.org
5 stars 9 forks source link

webots controller python error #273

Closed Eli7S closed 4 years ago

Eli7S commented 4 years ago

INFO: my_controller: Starting controller: python.exe -u "my_controller.py" [my_controller] Traceback (most recent call last): [my_controller] File "my_controller.py", line 7, in [my_controller] from controller import * [my_controller] File "C:\Program Files\Webots\lib\controller\python37\controller.py", line 15, in [my_controller] import _controller [my_controller] ImportError: DLL load failed: The specified module could not be found. WARNING: 'my_controller' controller exited with status: 1.

how to fix it? i'am beginner with webots

omichel commented 4 years ago

answered here: https://github.com/cyberbotics/webots/issues/1344