import OSC works in cmd, however import error in OpenSesame
When I try to import OSC in the interpreter in cmd I get no errors however when I type the same thing in OpenSesame I get an import error: No module named OSC. The only difference I can see is version 2.7.3 in cmd and 2.7.10 in OpenSesame. Is this the problem? Anybody have a solution to get around this?
Here is an image of the cmd: http://img.cogsci.nl/?q=570e1efc0ccd9
And here is the OpenSesame "debug window": http://img.cogsci.nl/?q=570e1f090a3ec
Comments
Hi,
OpenSesame comes bundled with its own Python environment. So if you have a module or package installed in your regular Python environment, it is not automatically installed in OpenSesame's Python environment.
However, you should probably be able to install this module by copying the correct folder/ file from your regular Python's
Lib/site-packagesfolder to the OpenSesame program folder.Does that help at all?
Cheers,
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Hi,
Yes, after a bit of file management, I got the module installed.
Many Thanks,
Daragh.