Re: Re: [PyKDE] Compiling sip 4.1.1, PyQt 3.13, PyKDE 3.11.3 on Solaris8micro-Howto

2005-03-07 Thread Holger Joukl
Giovanni wrote: ... Your GCC compiler is almost 6 years old now. Isn't about time to update it? It would probably solve this and other problems with C++ codebases.. Well, we are in the process of moving to a newer GCC. But we have quite a lot of production code right now compiled with 2.95.2.

Re: [PyKDE] ANN: PyQt v3.14.1, SIP v4.2.1, QScintilla v1.5.1 Released

2005-03-07 Thread Giovanni Bajo
Phil Thompson [EMAIL PROTECTED] wrote: PyQt v3.14.1, SIP v4.2.1 and QScintilla v1.5.1 have been released. These are mainly minor bug fixes - there is no particular need to upgrade. Phil, I got no answer about this, and I verified that it is still present:

Re: Re: [PyKDE] Compiling sip 4.1.1, PyQt 3.13, PyKDE 3.11.3 on Solaris8micro-Howto

2005-03-07 Thread Giovanni Bajo
Holger Joukl [EMAIL PROTECTED] wrote: I'm not sure a reinterpret_cast is *ever* a solution. Probably the point is where it is assumed that pid_t is int, rather than using pid_t directly. I first tried to make QValueListlong work with sip but did not succeed immediately:-) (will look up how

[PyKDE] MFC w/PyQT

2005-03-07 Thread Shehadeh, Karim
We have an application that uses PyQt to generate QT dialogs that are intended to be children of an MFC application. There doesnt appear to be a simple way to specify a parent window for the QT dialog (or QApplication object) from outside of Python. So, what happens is that when the QT

Re: [PyKDE] PyKDE and KDE 3.4.0

2005-03-07 Thread Arash Abedinzadeh
Great, it seems to work, thanks. I just compiled the kdesu module and imported it without any problems. I'll compile the whole package right now to be sure that everything is fine. On Thursday 03 March 2005 20:47, Simon Edwards wrote: On Thursday 03 March 2005 18:06, Arash Abedinzadeh wrote:

Re: [PyKDE] PyKDE and KDE 3.4.0

2005-03-07 Thread Arash Abedinzadeh
On Thursday 03 March 2005 17:18, Sebastian Kügler wrote: Hi Simon, On Thursday 03 March 2005 07:58, Simon Edwards wrote: On Thursday 03 March 2005 07:18, Jim Bublitz wrote: I just compiled the latest PyKDE snapshot (20050301) against KDE 3.4.0rc1 and it compiles without a hitch and

Re: [PyKDE] Trouble configuring on Mandrake

2005-03-07 Thread Greg Meyer
On Saturday 05 March 2005 06:21 pm, Greg Meyer wrote: I am having trouble installing PyKDE on two machines.  One is a Mandrake 10.1 upgraded to KDE 3.3.2 and the other is a current Cooker with KDE 3.3.2.  In Sorry to use your bandwidth, I tried the development snapshot and it works fine. --

Re: [PyKDE] PyKDE and KDE 3.4.0

2005-03-07 Thread Arash Abedinzadeh
On Thursday 03 March 2005 21:37, Arash Abedinzadeh wrote: Great, it seems to work, thanks. I just compiled the kdesu module and imported it without any problems. I'll compile the whole package right now to be sure that everything is fine. $ py importTest.py Testing PyKDE module imports

Re: Re: Re: [PyKDE] Compiling sip 4.1.1, PyQt 3.13, PyKDE 3.11.3 onSolaris8micro-Howto

2005-03-07 Thread Holger Joukl
Giovanni wrote: The fact that works for you does not mean that it is a generic enough solution, and that will work also for other platforms. Accessing a ... are turned on. Thus, I expect your patched code to break under Linux where modern compilers are used. It is not even s.th. you could call a

Re: Re: Re: [PyKDE] Compiling sip 4.1.1, PyQt 3.13, PyKDE 3.11.3 onSolaris8micro-Howto

2005-03-07 Thread Giovanni Bajo
Holger Joukl [EMAIL PROTECTED] wrote: I know the reinterpret_cast is evil, but what´s *invalid* about it given that I know that int is the same as long on my machine? int and long are different types, according to C++. The fact they have the same representation on a given platform does not

Re: [review] Re: [PyKDE] Trouble configuring on Mandrake

2005-03-07 Thread Jim Bublitz
On Saturday 05 March 2005 15:32, Greg Meyer wrote: On Saturday 05 March 2005 06:21 pm, Greg Meyer wrote: I am having trouble installing PyKDE on two machines.  One is a Mandrake 10.1 upgraded to KDE 3.3.2 and the other is a current Cooker with KDE 3.3.2.  In Sorry to use your bandwidth, I

Re: [PyKDE] Compiling sip 4.1.1, PyQt 3.13, PyKDE 3.11.3 on Solaris8micro-Howto

2005-03-07 Thread Jim Bublitz
On Monday 07 March 2005 01:13, Holger Joukl wrote: Giovanni wrote: ... Your GCC compiler is almost 6 years old now. Isn't about time to update it? It would probably solve this and other problems with C++ codebases.. Well, we are in the process of moving to a newer GCC. But we have quite a

Re: [PyKDE] Compiling .ui files from eric3

2005-03-07 Thread Detlev Offenbach
Am Montag, 7. März 2005 19:43 schrieb flupke: Hi, First of all thanks a lot for your work, I just installed eric3 this afternoon and really like the look feel. I have a rather annoying problem : I can't find how to compile .ui files from the IDE and have to do it manually from the command

[PyKDE] debian pyuic and Python: comments

2005-03-07 Thread Michael Trosen
Hi All, when I put into my code created through QT Designer the Python: comments, ie: Python:#this is an import statement Python:import sys And then I run pyuic on the code, the # comment and the import sys do not get put into the code. Does the version of pyuic in debian unstable support

[PyKDE] Re: debian pyuic and Python: comments

2005-03-07 Thread Michael Trosen
just fyi, the pyuic -version is: Python User Interface Compiler 3.13 for Qt version 3.3.3 Thanks, Michael Trosen On Mon, 7 Mar 2005 14:41:06 -0500, Michael Trosen [EMAIL PROTECTED] wrote: Hi All, when I put into my code created through QT Designer the Python: comments, ie:

[PyKDE] Problem having .ui files compiled from eric3 (was Re: Compiling .ui files from eric3)

2005-03-07 Thread flupke
Detlev Offenbach wrote: Am Montag, 7. März 2005 19:43 schrieb flupke: Hi, First of all thanks a lot for your work, I just installed eric3 this afternoon and really like the look feel. I have a rather annoying problem : I can't find how to compile .ui files from the IDE and have to do it

Re: [PyKDE] New PyKDE snapshot 20050307

2005-03-07 Thread Jim Bublitz
On Sunday 06 March 2005 21:38, Jim Bublitz wrote: There's a new snapshot at http://www.riverbankcomputing.co.uk/download/snapshots/PyKDE. The changes are: 1. Fix kicontheme.h in extra/kde331 and extra/kde332 2. enum fixes to systray examples and templates Apparently Phil's away for a few