jaybatavia / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Application freezes when the code is running #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new python script
2. write the lines:

import time

time.sleep( 50 )

3. Save the script and click Run ( or press F9 )

What is the expected output? What do you see instead?
The IDE freezes while the script runs...
I can't edit the source, put breakpoints, stop/break its execution...

What version of the product are you using? On what operating system?
Python Scripter Version 1.7.2.0
Python 2.4.3 - Enthought Edition 1.0.0

Please provide any additional information below.
It seems that the script runs in the same thread as the GUI.

Original issue reported on code.google.com by yuk...@gmail.com on 22 Nov 2007 at 4:46

GoogleCodeExporter commented 9 years ago
Please use the latest version from pyscripter.googlepages.com and use one of 
the new
remote engines (please read the information about these engines at
http://pyscripter.googlepages.com/remotepythonengines or the help file) to 
avoid this
issue.

Regards

Kiriakos

Original comment by pyscripter on 22 Nov 2007 at 8:14