* 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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
