[open] running an external .pyw script from opensesame
As per subject, when an experiment starts, i wish to open a separate python script. I can get this to work from a python script, but Opensesame does not seem to like it!
import os
os.startfile('...pyw' )
a terminal box appears for about 10ms and so i do not get a chance to see what it says. Opensesame states no errors. Would you happen to have a solution?
Many thanks!

Comments
Hi Joshua,
No experience with external python scripts here, but are you sure you can't just incorporate everything in an inline_script item?
Cheers,
Josh