cant run script which uses threading module
Closed this issue · 1 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. start ide
2. run this script http://paste.pocoo.org/show/458141/
What is the expected output? What do you see instead?
Expected output is logs in the console, instead PyScripter freezes immediatly
after starting script
What version of the product are you using? On what operating system?
Windows 7, Python 3.2.1
Original issue reported on code.google.com by noverm...@gmail.com
on 14 Aug 2011 at 9:44
GoogleCodeExporter commented
Are you using the remote engine? (Run, Python Engine, Remote)? With that
engine here it works as expected (this is the default and generally recommended
one). To stop the script you can use Run, Python Engine, Reinitialize.
You can read also http://code.google.com/p/pyscripter/wiki/RemoteEngines
Original comment by pyscripter
on 15 Aug 2011 at 9:19
- Changed state: Cannot-Reproduce