[PyQt] Problems Compiling PyQt4.4

2008-05-08 Thread Gustavo A. Díaz
Hi, I cant manage to compile right PyQt4.4 latest snapshot. I've compiled latest Sip snapshot, latest Qscintilla snapshot and i have brand new Qt.4.4 (Kubuntu Hardy). I am attaching where starts to give errors... (and it is very long...) Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.

Re: [PyQt] PyQt 4.4-snapshot-20080507: Running webbrowser.py

2008-05-08 Thread Phil Thompson
On Thursday 08 May 2008 21:08:42 Aaron Digulla wrote: > When I run python examples/activeqt/webbrowser/webbrowser.py, I get this > error with the latest snapshot: > > Traceback (most recent call last): > File "examples/activeqt/webbrowser/webbrowser.py", line 22, in > from PyQt4 import QtCor

[PyQt] PyQt 4.4-snapshot-20080507: Running webbrowser.py

2008-05-08 Thread Aaron Digulla
When I run python examples/activeqt/webbrowser/webbrowser.py, I get this error with the latest snapshot: Traceback (most recent call last): File "examples/activeqt/webbrowser/webbrowser.py", line 22, in from PyQt4 import QtCore, QtGui, QAxContainer ImportError: cannot import name QAxContain

Re: [PyQt] QImage.save() traceback

2008-05-08 Thread Sergi Blanch i Torné
Hi! Sorry but I didn't receive your mail for half an hour delay. On Thursday 08 May 2008 10:27:34 Hans-Peter Jansen wrote: > (...) > I fear, you don't besides a qt rebuild with debugging enabled. Looking into > the source will give you more hints. I'll try this option also with the other suggest

[PyQt] OT: A GUI tool to help choose keyboard accelerators for menus & dialogs

2008-05-08 Thread Mark Summerfield
Hi, I've just released a a GUI program called Accelerator that shows where keyboard accelerators should go in menu option texts and dialog labels. The program produces optimal results on the basis that the best accelerator is the first character, the second best is the first character of a word,

Re: [PyQt] QImage.save() traceback

2008-05-08 Thread David Boddie
On Thu May 8 10:11:18 BST 2008, Phil Thompson wrote: > On Thursday 08 May 2008, Sergi Blanch i Torné wrote: > > I don't like to be rude insisting, but after the script no one says > > anything in the list. My question can be reduced to if it's possible to > > have more information that a False whe

Re: [PyQt] QImage.save() traceback

2008-05-08 Thread Phil Thompson
On Thursday 08 May 2008, Sergi Blanch i Torné wrote: > I don't like to be rude insisting, but after the script no one says > anything in the list. My question can be reduced to if it's possible to > have more information that a False when I save the image. No. Phil __

Re: [PyQt] QImage.save() traceback

2008-05-08 Thread Sergi Blanch i Torné
I don't like to be rude insisting, but after the script no one says anything in the list. My question can be reduced to if it's possible to have more information that a False when I save the image. Thanks /Sergi. On Wednesday 07 May 2008 09:20:54 Sergi Blanch i Torné wrote: > On Tuesday 06 May

Re: [PyQt] QImage.save() traceback

2008-05-08 Thread Hans-Peter Jansen
Am Mittwoch, 7. Mai 2008 schrieb Sergi Blanch i Torné: > > I attach an standalone python script, without tango, using a simply black > image. Before I was using ipython. > Maybe I can provide a little more information, because changing the > format of the image I found how to save it, and further m

Re: [PyQt] Installing PyQt 4.3 and 4.4 alongside on Windows

2008-05-08 Thread Phil Thompson
On Thursday 08 May 2008, Aaron Digulla wrote: > Hello, > > I'd like to ask if it is possible to install PyQt 4.3 and 4.4 > alongside each other on Windows before I try and wreck my 4.3 install. > If so, anything I must pay special attention to? Shouldn't be a problem if you put things in different

[PyQt] Installing PyQt 4.3 and 4.4 alongside on Windows

2008-05-08 Thread Aaron Digulla
Hello, I'd like to ask if it is possible to install PyQt 4.3 and 4.4 alongside each other on Windows before I try and wreck my 4.3 install. If so, anything I must pay special attention to? Regards, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it'

Re: [PyQt] Pixel pushing performance

2008-05-08 Thread Aaron Digulla
Quoting Håkon Bertheussen <[EMAIL PROTECTED]>: Hi, I'm just getting started with PyQt, trying to implement a fairly complex widget in python. Unfortunately, it cannot easily be painted using higher level drawing primitives, meaning that I have to set individual pixels. I realize that this obvio