I\'m using PyScripter for writing python programs and I can\'t figure out how to make it work with Python26 on my computer. When I installed ArcGIS, by default it installs Pytho
go to the pyscripter shortcut : right click then select Properties, add the option to the target : --PYTHONXX wherein XX the Python version.
--PYTHONXX
Python
ex : "C:\Program Files\PyScripter\PyScripter.exe" --PYTHON24
Copy/paste another shortcut and modify the option to another python version.