[PyQt] ImportError with v4.7 Windows Binary

Doug Bell dougb at bellz.org
Fri Jan 22 15:03:55 GMT 2010


INADA Naoki wrote:
> I caught a same problem.
> And I fixed the problem by this:
> 
> cd c:\Python2.6\Lib\site-package\PyQt4
> copy bin\QtCore4.dll .
> copy bin\QtGui4.dll .

That workaround works for me, as well.  I also had to copy the
QtNetwork4.dll when using a program that requires it.

Doug


More information about the PyQt mailing list