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.
That's probably a PATH problem. How does the installer update your PATH? If you fix your PATH manually (it needs to contain the directory with the Qt DLLs) does that work? Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
