简体   繁体   中英

PyScripter for Python 2.7

How to run PyScripter if you have Python 2.7 installed? There is a command line parameter for Pyscipter to tell it which pythonXX.dll to use, but I can't get this working.

The front page for the project suggests support for Python 2.6. From this ticket in google code, it doesn't seem Python 2.7 is supported yet, or at least there have been no updates to that ticket since Feb 2010.

EDIT: If it works at all with 2.7, the command line parameters should like:

PyScripter --PYTHON27 --PYTHONDLLPATH "C:\My\Python27" 

You could try leaving out the --PYTHON27 , but I think PyScritper uses that to decide the Python DLL name ("Python27.dll").

从pyscripter.googlecode.com尝试使用Pyscripter v2

我安装了一个较旧的PyScripter版本v2.4.1.0,并且它与我也已安装的Python 2.7.3兼容。

I know this is an old question, but searching led me here and the answers contain misinformation with regard to current version of Pyscripter.

I'm pleased to say 2.5.3 works fine with Python 2.7.4 and doesn't require any command line parameters to do so.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM