thecocce / pyscripter

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

Can't Terminate Program Inside IDE #360

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
My main issue with this IDE is that there is no way to terminate the
currently running program without killing the pyscripter process. To me,
this addition would complete the program.

Original issue reported on code.google.com by skybo...@gmail.com on 30 Mar 2010 at 9:12

GoogleCodeExporter commented 9 years ago
I agree that this is a good issue to address ASAP because many times, while 
running 
a script I need to stop it and there's no good/clean way to do it now.

Original comment by autu...@gmail.com on 5 May 2010 at 12:46

GoogleCodeExporter commented 9 years ago
Use the remote engine... that fixes the issue... Just install 
http://pyscripter.googlecode.com/files/rpyc-2.60-py24.zip and than use Run -> 
Python 
Engine -> Remote... 

Original comment by titusz....@gmail.com on 8 May 2010 at 1:16

GoogleCodeExporter commented 9 years ago
That is a good workaround, but not a fix. I for one would prefer to just hit 
the usual 
execute button instead of installing a remote engine. It shouldn't be that hard 
to make 
the interface run in a separate thread.

Original comment by g.josq...@gmail.com on 9 May 2010 at 8:58

GoogleCodeExporter commented 9 years ago
PyScripter v2.0 uses the remote engine by default which is bundled and does not 
require a separate installation.  To kill the running script just reinitialize 
the engine from the menu.  This should be good enough.

Original comment by pyscripter on 31 Jul 2010 at 1:51

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 30 Sep 2010 at 3:03