Saturday, May 5, 2018

PyScripter v3.4.0 released

PyScripter 3.4.0 is now available at Sourceforge.  The major new feature is the ability to switch Python versions without exiting PyScripter.  Support for virtual environments (venv and virtualenv) and conda distributions is provided out-of-the-box.  So there is no longer a need to fiddle with environment variables and command files to work with them.

New features:
Issues addressed:

Tuesday, May 1, 2018

New feature: switching python versions

A new feature that has been added to PyScripter and will be available in PyScrpter 3.4 is the ability to switch python versions without exiting PyScripter.


You can easily switch versions from the Python versions submenu (below) accessible from the Run menu, the application toolbar and the Python interpreter submenu.


Registered python versions are automatically detected and listed and you can add unregistered Python versions using the Setup Python dialog box:


You can add new versions by selecting the directory in which they are installed.  You can test, show in File Explorer and open a command prompt on existing python installations.   Virtual envrironments (both virtualenv and venv) and conda installations are supported and work out-of-the-box.  The python configurations are persisted, so you can pick your work in PyScripter next time you use it from where you left it.