On Mon, 27 Oct 2008 07:04:29 -0400, Doug Bell <[EMAIL PROTECTED]> wrote: > Phil Thompson wrote: >> I've updated the snapshot of the Windows installer for Python v2.6. >> >> I'd be interested in feedback from those who have Python installed in a >> non-standard directory and/or non-administrator installs. > > I have both, of course. The installer ran without reporting any errors or > warnings, but PyQt isn't working: > > Traceback (most recent call last): > File "treeline.py", line 33, in <module> > from PyQt4 import QtCore, QtGui > ImportError: DLL load failed: This application has failed to start because > the > application configuration is incorrect. Reinstalling the application may > fix > this problem.
I can't reproduce this. Installing as a non-admin user against a non-standard Python installation works except for... - a non-admin Python install doesn't seem to set the user's PATH which means that the Designer plugin has problems - a non-admin uninstall of PyQt doesn't update the user's PATH. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
