News

PyScripter v2.5.3 released

PyScripter version 2.5.3 was released at http://pyscripter.googlecode.com.  This is another bug-fix release.  It fixes two issues in version 2.5. Unit test discovery was broken  Find in files was broken in the x64 version. See previous…

Read more
News

PyScripter v2.5.2 released

PyScripter version 2.5.2 was released at http://pyscripter.googlecode.com.  This just a bug-fix release.  It fixes a regression in version 2.5 due to which GUI scripts would not show up. (Issue 625).

Read more
News

PyScripter v2.5.1 released

PyScripter version 2.5.1 was released at http://pyscripter.googlecode.com.  This just a bug-fix release.  It fixes two issues in version 2.5. Word-wrap in the editor caused problems Navigation with the Code Explorer was broken. See previous post…

Read more
News

PyScripter v2.5 released

PyScripter version 2.5 was released at http://pyscripter.googlecode.com.  New features: This is the first joint 32-bit and 64-bit version release Python 3.3 support added Recent Projects menu item added Expandable lists and tuples in the Variables…

Read more
PyScripterPython

Please let me interrupt you

The standard way of interrupting a long running script in a Python shell is to press Ctrl+C which signals a keyboard interrupt and the interpreter raises a KeyboardInterrupt exception.  I was trying for a while…

Read more