thecocce / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

pyscripter option to pick up 'registered' python version #430

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. launch pyscripter without any startup options

What is the expected output? What do you see instead?

I expect pyscripter to use the registered version of python, instead it 
(by-design) uses the highest version of python it can find on the system path

What version of the product are you using? On what operating system?

pyscripter 2.3.1.0 on winxp/sp3

Please provide any additional information below.

It would be nice to have a startup option that request pyscripter to use the 
python version that is 'formally registered with windows' under the HKLM\ or 
HKCU\Software\Python\PythonCore key, instead of searching for the highest 
version.

Note: the comments to issue 428 (pyscripter picks up the 'wrong' python 
version) provide background information to this feature request.

Original issue reported on code.google.com by epposan@gmail.com on 19 Oct 2010 at 5:17

GoogleCodeExporter commented 9 years ago
Fixed in SVN.

Withouth the --PYTHONDLLPATH argument PyScripter will only use registered 
Python versions.  So it will ignore loose pythonxx.dll found on the system path.

Original comment by pyscripter on 23 Nov 2010 at 9:55

GoogleCodeExporter commented 9 years ago
Works like a charm in version v2.3.4

Thank you!

Original comment by epposan@gmail.com on 25 Nov 2010 at 7:37