Rev 4922: Add an exclude to get the build process to work with python2.6 and PyQt4.6.2 in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0rc1-setup-pyqt4.6.2
John Arbash Meinel
john at arbash-meinel.com
Wed Dec 30 23:09:26 GMT 2009
At http://bazaar.launchpad.net/~jameinel/bzr/2.1.0rc1-setup-pyqt4.6.2
------------------------------------------------------------
revno: 4922
revision-id: john at arbash-meinel.com-20091230230923-a9gilnzcy4bil3tj
parent: pqm at pqm.ubuntu.com-20091223014722-dzs9ez4fhetyixha
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0rc1-setup-pyqt4.6.2
timestamp: Wed 2009-12-30 17:09:23 -0600
message:
Add an exclude to get the build process to work with python2.6 and PyQt4.6.2
Note that I thought I tried exactly this with PyQt 4.5.2 and it didn't work.
Anyway, 'py setup.py py2exe' seems to work with this fix.
-------------- next part --------------
=== modified file 'setup.py'
--- a/setup.py 2009-11-02 21:51:25 +0000
+++ b/setup.py 2009-12-30 23:09:23 +0000
@@ -401,6 +401,7 @@
# PyQt4 itself still escapes the plugin detection code for some reason...
packages.append('PyQt4')
excludes.append('PyQt4.elementtree.ElementTree')
+ excludes.append('PyQt4.uic.port_v3')
includes.append('sip') # extension module required for Qt.
packages.append('pygments') # colorizer for qbzr
packages.append('docutils') # html formatting
More information about the bazaar-commits
mailing list