A quote from Felipe Crochik, who was building TpQt4 for Maemo 5, the SDK for which only has Python 2.5.4: --- In order to build the version 0.5.15 (scratchbox/maemo5/python 2.5.4) one file (tools/qt4-types-gen.py) had to be changed. Replaced "as" with "," on the "except BrokenSpecException, e" line: Generator(dict(options))() except BrokenSpecException, e: print >> sys.stderr, 'Your spec is broken, dear developer! %s' % e sys.exit(42) --- We should integrate this change upstream and somehow ensure we won't accidentally gain deps on newer Python versions again for no real purpose.
I think we can keep dependence on python 2.6 those days, eight years after release.
Also the as syntax is the required syntax for python3. people really should be using at least python 2.7... Diane
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.