LionHeart123 / pyscripter

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

Switch python version interactively #621

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to be able to switch the active python version at run time instead of 
only by means of a startup command line parameter (or shortcut).

When working on a project that needs to be compatible with multiple versions it 
would be much faster to simply ''Tools > Active Engine > v2.7'' or ''...> 
v3.2'' than to exit and restart with the appropriate engine.

I don't know if this is feasible, but it would be nice. ;-)

Original issue reported on code.google.com by map...@gmail.com on 12 Mar 2012 at 11:59

GoogleCodeExporter commented 9 years ago
This is rather difficult to implement.  But you can set up external tools to 
run your scripts externally with different versions of Python.

Original comment by pyscripter on 13 Mar 2012 at 8:42

GoogleCodeExporter commented 9 years ago
ok, thanks for looking at the idea.

Original comment by map...@gmail.com on 13 Mar 2012 at 5:46