[PyQt] Re: Re: Deploying from Linux to Windows
Thorsten Kampe
thorsten at thorstenkampe.de
Fri Jan 16 20:08:54 GMT 2009
* piotr mali?ski (Fri, 16 Jan 2009 20:16:03 +0100)
> Well, I had to do it for ActivePython. Maybe vanilla Python sets them
No, Python has internal defaults. You need to set PYTHONHOME only if you
would want to change the default of Lib to another directory and
PYTHONPATH only to if you want to add directories to the standard Python
path (unless you manipulate sys.path from within the script).
Nevertheless at least setting PYTHONPATH to the site-packages directory
is an excellent idea for troubleshooting.
Thorsten
More information about the PyQt
mailing list