thecocce / pyscripter

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

Add possibility to set the interpreter for different versions of a Python #408

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add possibility to set the interpreter for different versions of a Python

Original issue reported on code.google.com by pikhovkin@gmail.com on 7 Sep 2010 at 5:46

GoogleCodeExporter commented 9 years ago
PyScripter can work with any version of Python newer than 2.3.  Shortcuts are 
provided to start pyscripter with different versions of python or you can use 
the command line options --PYTHONxx.

If you are referring to dynamically changing the Python engine after you have 
started PyScripter then this is not possible and I am not going to change that. 
 However you can still check your script with different versions of Python by 
setting up appropriate external tools.

Original comment by pyscripter on 7 Sep 2010 at 11:42