Re: [PyKDE] compiling pyqt under windows.

2004-03-09 Thread Phil Thompson
On Wednesday 10 March 2004 02:22, Grzegorz Dostatni wrote: > Cheers. > > First the environment. Windows XP, Visual Studio.NET, qt3.2.3, sip3.10 and > pyqt3.10. Python 2.3.3 > > I am trying to compile a static version of python with qt compiled into > it. Have you re-compiled Python with .NET? Ha

[PyKDE] compiling pyqt under windows.

2004-03-09 Thread Grzegorz Dostatni
Cheers. First the environment. Windows XP, Visual Studio.NET, qt3.2.3, sip3.10 and pyqt3.10. Python 2.3.3 I am trying to compile a static version of python with qt compiled into it. I've compiled python, qt as a static library and sip. When I try to configure pyqt (just the configure step) I g

Re: [PyKDE] unsigned longs returned by functions and SIP

2004-03-09 Thread Phil Thompson
On Tuesday 09 March 2004 04:12, Claus, Richard wrote: > How do I handle _unsigned_ longs returned by functions I want to expose to > Python using SIP? When they are greater than sys.maxint I get: > > FutureWarning: %u/%o/%x/%X of negative int will return a signed string in > Python 2.4 and up > >

Re: Fwd: [PyKDE] Eric 3.3 : Keyboard handling under Windows XP

2004-03-09 Thread Detlev Offenbach
Hi, thanks for your support. Detlev Am Montag, 8. März 2004 18:00 schrieb Andrew Bushnell: > Detlev, > > I have tried it here on a couple of differenct XP systems, and in all > cases, the characters seemed to work fine, I am unable to replicate > any problem. > > - Andrew > > Detlev Offenbach wr

[PyKDE] QStyleSheetItem.setAnchor()

2004-03-09 Thread Rune Hansen
Hi, I acually feel bad asking this question here, but as the only python "friendly" Qt mailing list I know of...well I don't understand how QStyleSheetItem.setAnchor() is suposed to work. """ http://somewhere.com .. """ I'm displaying this XML in a QTextBrowser I've assigned a default mimeSource

[PyKDE] Retaining focus on a QLineEdit

2004-03-09 Thread Eron Lloyd
Does anyone know of a way to properly allow a QLineEdit (or any widget for that matter) to retain keyboard focus? I'm writing an app that receives input from a barcode reader and emits a returnPressed() signal to a function that catches it, and processes the text() result. As many barcodes may b

Re: [PyKDE] pyqt compile failing under osx

2004-03-09 Thread Rune Hansen
On 9. mar. 2004, at 12.03, Chris Wright wrote: I get the following error when compiling PyQt under OS X sipqttableQCheckTableItem.cpp: In member function `QString sipQCheckTableItem::sipProtect_content()': sipqttableQCheckTableItem.cpp:349: error: 'class QTableItem' has no member named 'cont

[PyKDE] pyqt compile failing under osx

2004-03-09 Thread Chris Wright
I get the following error when compiling PyQt under OS X sipqttableQCheckTableItem.cpp: In member function `QString sipQCheckTableItem::sipProtect_content()': sipqttableQCheckTableItem.cpp:349: error: 'class QTableItem' has no member named 'content' make[1]: *** [sipqttableQCheckTableItem.o] E