Closed GoogleCodeExporter closed 9 years ago
This error indicates that Python is not properly installed (the standard Python
module code is not found).
Please check the Windows Registry
keyHKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.x
or
HKEY_CURRENT_USER\SOFTWARE\Python\PythonCore\2.x for a single user
installation of Python. ("x" stands for the minor version of Python).
In a proper installation the key should exist and the "InstallPath" and
"PythonPath"
variables defined.
Also check the PYTHONHOME and PYTHONPATH environment variables to see whether
they
conflict with the Python version used.
If you want to use a specific non registered version please use the --PYTHONxx
or
--PYTHONDLLPATH command line options. See the PyScripter help file for
information
about the command line options.
Hope this helps.
Original comment by pyscripter
on 2 Jan 2010 at 1:11
Issue 326 has been merged into this issue.
Original comment by pyscripter
on 2 Jan 2010 at 1:13
Original issue reported on code.google.com by
fche...@gmail.com
on 27 Jul 2009 at 6:54