Re: [PyKDE] SIP Support for C++ Operators and Exceptions

2003-07-25 Thread Phil Thompson
On Friday 25 July 2003 12:01 am, Tuvi, Selim wrote: Phil, we just tried your suggestion and added a wrapped exception class and enabled the -e flag. Although it does translate the C++ exception to Python properly, it does it a little different than the regular Python exceptions would. In

Re: [PyKDE] SIP Support for C++ Operators and Exceptions

2003-07-25 Thread Phil Thompson
On Friday 25 July 2003 1:51 pm, Paul F. Kunz wrote: On Fri, 25 Jul 2003 09:48:59 +0100, Phil Thompson [EMAIL PROTECTED] said: On Friday 25 July 2003 12:01 am, Tuvi, Selim wrote: Phil, we just tried your suggestion and added a wrapped exception class and enabled the -e flag.

[PyKDE] Question regarding packaging.

2003-07-25 Thread Kelley Reynolds
Having just written a nice little pyqt app, what is the best way to get that distributed to windows boxes? Is it really necessary to install a compiler on each machine, compile qt, and install pyqt, or is there an easier way? ___ PyKDE mailing list

[PyKDE] Translation trouble

2003-07-25 Thread Aurlien Gteau
Hi, Sometimes, the translation of strings in our .ui files are not displayed, the original string is used instead. It seems there's a context problem. According to: http://www.riverbankcomputing.co.uk/pyqt/docs/x163.html (Things to be Aware of), pyuic uses QApplication.translate() but after

Re: [PyKDE] Translation trouble

2003-07-25 Thread Phil Thompson
On Friday 25 July 2003 5:16 pm, Aurélien Gâteau wrote: Hi, Sometimes, the translation of strings in our .ui files are not displayed, the original string is used instead. It seems there's a context problem. According to: http://www.riverbankcomputing.co.uk/pyqt/docs/x163.html (Things to be

Re: [PyKDE] Question regarding packaging.

2003-07-25 Thread Phil Thompson
On Friday 25 July 2003 4:43 pm, Kelley Reynolds wrote: Having just written a nice little pyqt app, what is the best way to get that distributed to windows boxes? Is it really necessary to install a compiler on each machine, compile qt, and install pyqt, or is there an easier way? Use one of

Re: [PyKDE] Translation trouble

2003-07-25 Thread Aurlien Gteau
Le Vendredi 25 Juillet 2003 18:41, vous avez écrit : On Friday 25 July 2003 5:16 pm, Aurélien Gâteau wrote: Hi, Sometimes, the translation of strings in our .ui files are not displayed, the original string is used instead. It seems there's a context problem. According to:

[PyKDE] MacOS X Support?

2003-07-25 Thread Nicholas Burlett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm currently working on a project that is considering a switch from wxWindows to Qt for the next version. We're already planning on rewriting large portions of the code, so switching windowing toolkits won't be too bad. One of the requirements for

Re: [PyKDE] SIP Support for C++ Operators and Exceptions

2003-07-25 Thread Paul F. Kunz
On Fri, 25 Jul 2003 16:30:01 +0100, Phil Thompson [EMAIL PROTECTED] said: What if you implement __str__() for your exception class? I suppose you mean to implement this in the .sip file. Can you point to an example of doing this in the PyQt sources? grep __str__ *.sip = qbytearray.sip,

Re: [PyKDE] MacOS X Support?

2003-07-25 Thread Phil Thompson
On Friday 25 July 2003 9:14 pm, Nicholas Burlett wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm currently working on a project that is considering a switch from wxWindows to Qt for the next version. We're already planning on rewriting large portions of the code, so switching