PyQt4.QtCore doesn't contain many of its classes and attributes
Posted
by
toc777
on Stack Overflow
See other posts from Stack Overflow
or by toc777
Published on 2010-12-21T12:25:28Z
Indexed on
2010/12/22
15:54 UTC
Read the original article
Hit count: 150
Hi everyone,
I have built PyQt4 from source and everything went smoothly until I tried to use some of the classes and attributes located in QtCore. For some reason QtCore is missing a lot of functionality and data that should be there. For example from PyQt4.QtCore import QT_VERSION_STR is an import error. There were no errors or warnings given when building the packages and I have also tried with the PyQt packages from yum but I have the same problem.
Has anyone else encountered this problem before?
Thanks.
© Stack Overflow or respective owner