rdsteed / pyscripter

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

Pyscripter becomes "Not responding" during running of a script #787

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open pyscripter
2. Type the following code into a new module:

import time

for i in range(0,1000):
    print i
    time.sleep(0.01)

3. Run the script
4. Click to another Windows programme and back again (via clicks on the taskbar 
(sometimes not even this is required, and it becomes "Not responding" without 
clicking anywhere

What is the expected output?
The script runs through to completion without the programme becoming "Not 
responding" (as seen on the window bar at the top, and in task manager).

What do you see instead?
The application becomes "Not responding", but then becomes responding again 
when the script has completed.
What version of the product are you using? On what operating system?
2.5.3.0 x86 on Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by simong...@gmail.com on 9 Feb 2015 at 5:29

GoogleCodeExporter commented 9 years ago
Please use the remote engine.  (Run, Python Engine, Remote).  Should be 
selected by default.  Then PyScipter should be responsive while the script runs.

Original comment by pyscripter on 23 Mar 2015 at 3:01