Changing PyScripter to work with different Python Versions

后端 未结 3 1167
攒了一身酷
攒了一身酷 2021-02-20 06:21

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

相关标签:
3条回答
  • 2021-02-20 06:36

    go to the pyscripter shortcut : right click then select Properties, add the option to the target : --PYTHONXX wherein XX the Python version.

    ex : "C:\Program Files\PyScripter\PyScripter.exe" --PYTHON24

    Copy/paste another shortcut and modify the option to another python version.

    0 讨论(0)
  • 2021-02-20 06:51

    Easiest way to change the python version in PyScripter is:

    Run->Python Version-> Setup Python Versions->Add New Python Version-> Browse to your python exe and select ok.-> Click on Activate Selected Python Version..

    Now restart your PyScriptor and your are good to go.

    0 讨论(0)
  • 2021-02-20 06:57

    If you go to the pyScripter folder in the start menu, it will have a version of pyScripter for Python 2.4 to 3.2. Just run the one corresponding to your Python version.

    0 讨论(0)
提交回复
热议问题