Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. >>> from PyQt4 import QtGui
  2. Traceback (most recent call last):
  3. File "<pyshell#7>", line 1, in <module>
  4. from PyQt4 import QtGui
  5. ImportError: cannot import name 'QtGui'
  6.  
  7. >>> from PyQt4.QtGui import *
  8.  
  9. Traceback (most recent call last):
  10. File "<pyshell#5>", line 1, in <module>
  11. from PyQt4.QtGui import *
  12. ImportError: No module named 'sip'
  13.  
  14. >>> from PyQt4 import QtGui
  15. Traceback (most recent call last):
  16. File "<stdin>", line 1, in <module>
  17. ImportError: DLL load failed: The specified module could not be found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement