I have found a soulution by Andrea Scarpino:

"I had to patch the configure script with this line so the qthelp
module loads the qtcore libraries when building.

--- PyQt-x11-gpl-4.9/configure.py~      2011-12-23 14:53:07.981490550 +0100
+++ PyQt-x11-gpl-4.9/configure.py       2011-12-23 14:52:38.384984221 +0100
@@ -1264,7 +1264,7 @@
    opengl = (mname == "QtOpenGL")

    qt = [mname]
-   if mname in ("QtOpenGL", "QtWebKit"):
+  if mname in ("QtHelp", "QtOpenGL", "QtWebKit"):
        qt.append("QtCore")

    makefile = sipconfig.ProgramMakefile(sipcfg, console=1, qt=qt, warnings=0, 
"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884107

Title:
  PyQt-QtHelp doesn't build with python3.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/884107/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to