简体   繁体   English

适用于Python 2.7的PyScripter

[英]PyScripter for Python 2.7

How to run PyScripter if you have Python 2.7 installed? 如果您安装了Python 2.7,如何运行PyScripter? There is a command line parameter for Pyscipter to tell it which pythonXX.dll to use, but I can't get this working. Pyscipter有一个命令行参数,告诉它要使用哪个pythonXX.dll,但是我无法正常工作。

The front page for the project suggests support for Python 2.6. 该项目的首页建议支持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. 从Google代码中的此票证来看,似乎尚未支持Python 2.7,或者至少自2010年2月以来该票证没有更新。

EDIT: If it works at all with 2.7, the command line parameters should like: 编辑:如果它与2.7一起工作,则命令行参数应类似于:

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"). 您可以尝试--PYTHON27 ,但是我认为PyScritper使用它来确定Python DLL名称(“ 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. 我知道这是一个老问题,但是搜索使我陷入困境,并且答案中包含有关当前版本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. 我很高兴地说2.5.3在Python 2.7.4上可以正常工作,并且不需要任何命令行参数。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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