[solved] import winsound
Hi Sebastian.
In my inline script, I'm trying to import winsound but OpenSesame return me 'no module named winsound'. How can I manually add the module so that OpenSesame can recognize it? Have I necessarily run OpenSesame from source?

Comments
Hi Andrea,
Please see this earlier post: http://forum.cogsci.nl/index.php?p=/discussion/100/update-psychopy-inside-opensesame. The easiest way is probably to use the Python portable distribution. The winsound module might already be included there (not sure), and otherwise you can ask in this discussion on Python portable how you can install additional modules.
Installing additional modules in the regular distribution will probably be tricky, because everything has been pre-compiled and tucked into a library.zip file.
Cheers,
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!