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 [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
