LionHeart123 / pyscripter

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

incorrect python interpreter version. #660

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have two versions of python 2.7. One is 64-bit and the other is 32-bit. I 
want to use the 32-bit one. The python shortcut you provide only opens the 
64-bit version. Is there any way to change that? I want the 32-bit version 
because there are certain libraries that only work on it. I don't want to 
uninstall the 64-bit version.

Original issue reported on code.google.com by aydaral...@gmail.com on 6 Jun 2012 at 10:20

GoogleCodeExporter commented 9 years ago
PyScripter comes in two flavors, 32-bit and 64-bit. The 64-bit version will 
only work in a 64-bit version of Windows. The 32-bit version of PyScripter 
requires the presence of a 32-bit python installation and the 64-bit version 
requires the presence of a 64-bit python installation from python.org.

You can install both versions of PyScripter if you want to work with both 
versions of python.

Original comment by pyscripter on 6 Jun 2012 at 11:35