How tu run PyScripter if you have python 2.7 installed ? There is command line parameter for pyscipter to tell it which pythonXX.dll to use, but i can't get this working.
+1
A:
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").
ars
2010-07-21 01:28:34
Yes i know that. But there is a command line parameter which tells PyScripter which python version to use(you gave the path to pythonXX.dll).I tried to use it, but it's not working or I'm doing something wrong.
Primoz
2010-07-21 05:31:52
Do you get an error message or anything?
ars
2010-07-21 17:33:57
It says that cant find the python23.dll, which seems to be the default dll to look for. I guess I don't know how to add parameter corectly.
Primoz
2010-07-21 19:56:15
See my update. It all depends on whether PyScripter tries to parse the `--PYTHON27` argument or if only accepts some prespecified ones.
ars
2010-07-21 21:38:16