[Bug 884107] Re: PyQt-QtHelp doesn't build with python3.2

2012-03-31 Thread PhoneixS
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


[Bug 884107] Re: PyQt-QtHelp doesn't build with python3.2

2012-01-24 Thread ken brockman
I have been having the same problem for weeks QtHELPME!

-- 
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


[Bug 884107] Re: PyQt-QtHelp doesn't build with python3.2

2012-01-07 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: ubuntu
   Status: Incomplete = Expired

-- 
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


[Bug 884107] Re: PyQt-QtHelp doesn't build with python3.2

2011-11-08 Thread fccoelho
I am having exactly the same problem

-- 
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


[Bug 884107] Re: PyQt-QtHelp doesn't build with python3.2

2011-11-05 Thread IKT
http://ikt.id.au/blog/2011/07/12/how-to-set-up-pyqt4-for-python-3-2-in-
ubuntu-11-04-and-11-10/

You installed all the necessary packages before you started
installation?

** Changed in: ubuntu
   Status: New = Incomplete

-- 
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


[Bug 884107] Re: PyQt-QtHelp doesn't build with python3.2

2011-11-05 Thread BLACK
yes i did install all necessary packages

and only this modules can build successfully 

QtCore, QtGui, QtNetwork, QtDeclarative,
QtOpenGL, QtScript, QtScriptTools, QtSql, QtSvg, QtTest, QtWebKit, QtXml,
QtXmlPatterns, QtDesigner


but no QtHelp it gave me the error i posted

-- 
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