On Sun, 23 Oct 2011 07:52:04 +0200, MOHAMED BLACK
wrote:
> hi ,
>
> i tried to build PyQt on Ubuntu 11.10
> but "QtHelp" doesn't build at all
> this happen with PyQt 4.8.5 and last snapshot 4.8.6-67a20677a936
>
> --python3.2 configure.py-- give me
Add the --verbose flag to see what the problem
hi ,
i tried to build PyQt on Ubuntu 11.10
but "QtHelp" doesn't build at all
this happen with PyQt 4.8.5 and last snapshot 4.8.6-67a20677a936
--python3.2 configure.py-- give me
**
*
"""python3.2 configure.py
Determining the layout of your Qt ins
Hi All,
I've created a project by Eric its structure as following:
http://i.stack.imgur.com/fgpFa.jpg
I can run it successfully in the IDE by specifying (http://i.stack.imgur.com/vskbO.jpg):
- "c:\trunk" as working directory
- "MyProject\m
I tried creating a ui using Qt designer. I included a KIntSpinBox.
Ran through pyuic4, and it did:
from knuminput import KIntSpinBox
which produces:
No module named knuminput
Am I missing something? I do see:
/usr/share/sip/PyKDE4/kdeui/knuminput.sip
/usr/share/sip/kdeui/knuminput.sip
This i