Cannot import PyQt4.QtGui

Add the the PyQt4 directory containing Qt’s applications and DLLs to your PATH environment variable. In PowerShell, provided you didn’t change any of your install paths, that’d be

$env:path += ';C:\Python26\Lib\site-packages\PyQt4\bin'

Leave a Comment