[Eric] Eric development in Eric
Detlev Offenbach
detlev at die-offenbachs.de
Wed Mar 30 17:54:33 BST 2011
On Mittwoch, 30. März 2011, Mikhail Terekhov wrote:
> Hi,
>
> I'm trying to learn more about PyQt using Eric5 as an example. What is the
> proper way to setup development environment so I can use Eric to debug
> itself?
> So far I've cloned repository for Eric5, run python3 compileUiFiles.py and
> opened eric5.e4p project. But when I try to run it I get an exception:
> ....
> File "Utilities/Startup.py", line 142, in initializeResourceSearchPath
> for iconPath in iconPaths:
> TypeError: 'QVariant' object is not iterable
>
Are you sure the right PyQt4 library is loaded? PyQt4 for Python3 doesn't
contain QVariant anymore (neither QString).
Regards,
Detlev
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the Eric
mailing list