[PyKDE] PyQt/RH/KDE 3.1.1

2003-03-24 Thread bondpaper
Hello, I just upgraded KDE to 3.1.1, and was intrigued to discover that when I import qt in python, I get the following error: File:/usr/lib/python2.2/site-packages/qt.py, line 53 in ? import libgtc ImportError: /usr/lib/python2.2/site-packages/libqtcmodule.so: undefined symbol:

Re: [PyKDE] PyQt/RH/KDE 3.1.1

2003-03-24 Thread Phil Thompson
On Monday 24 March 2003 9:01 am, Ricardo Javier Cardenes Medina wrote: On Mon, Mar 24, 2003 at 01:28:43AM -0700, bondpaper wrote: Hello, I just upgraded KDE to 3.1.1, and was intrigued to discover that when I import qt in python, I get the following error:

[PyKDE] [PATCH] PyQt build.py option for lib dir

2003-03-24 Thread Hans-Peter Jansen
Hi Phil, the attached patch is meant to obsolete an ugly hack found in SuSE rpm specs to support 64 bit architectures. They simply patch the offending pathes, which will break often. Therefore I've added a new command line option (-L dir), to specify the lib base directory, which defaults to

[PyKDE] [PATCH] reduce PyQt concatenated build time on SMP

2003-03-24 Thread Hans-Peter Jansen
Hi Phil, in order to saturate multiple CPUs on SMP systems, I've created the attached patch. The problem is, that the qt module consists of 228 single modules, and build of its concatenated module outlasts all others by a few minutes here. With it applied, I was able to reduce the rpm build

Re: [PyKDE] [PATCH] reduce PyQt concatenated build time on SMP

2003-03-24 Thread Phil Thompson
On Monday 24 March 2003 11:53 am, Hans-Peter Jansen wrote: Hi Phil, in order to saturate multiple CPUs on SMP systems, I've created the attached patch. The problem is, that the qt module consists of 228 single modules, and build of its concatenated module outlasts all others by a few

Re: [PyKDE] [PATCH] reduce PyQt concatenated build time on SMP

2003-03-24 Thread Hans-Peter Jansen
On Monday 24 March 2003 13:05, Phil Thompson wrote: On Monday 24 March 2003 11:53 am, Hans-Peter Jansen wrote: Hi Phil, in order to saturate multiple CPUs on SMP systems, I've created the attached patch. The problem is, that the qt module consists of 228 single modules, and build of

Re: [PyKDE] [PATCH] reduce PyQt concatenated build time on SMP

2003-03-24 Thread Gerard Vermeulen
On Mon, Mar 24, 2003 at 03:09:17PM +0100, Hans-Peter Jansen wrote: On Monday 24 March 2003 13:05, Phil Thompson wrote: On Monday 24 March 2003 11:53 am, Hans-Peter Jansen wrote: Hi Phil, in order to saturate multiple CPUs on SMP systems, I've created the attached patch. The

Re: [PyKDE] [PATCH] reduce PyQt concatenated build time on SMP

2003-03-24 Thread Phil Thompson
On Monday 24 March 2003 2:50 pm, Gerard Vermeulen wrote: On Mon, Mar 24, 2003 at 03:09:17PM +0100, Hans-Peter Jansen wrote: On Monday 24 March 2003 13:05, Phil Thompson wrote: On Monday 24 March 2003 11:53 am, Hans-Peter Jansen wrote: Hi Phil, in order to saturate multiple CPUs

Re: [PyKDE] [PATCH] reduce PyQt concatenated build time on SMP

2003-03-24 Thread Ricardo Javier Cardenes Medina
On Mon, Mar 24, 2003 at 02:58:30PM +, Phil Thompson wrote: Yes - I'd be happy with this. It also helps those compilers (aka MSVC) that choke on such a large C++ file but would probably handle... python build.py -c -j 10 I thought that MS C++ compiler featured header precompilation. In

Re: [PyKDE] [PATCH] reduce PyQt concatenated build time on SMP

2003-03-24 Thread Hans-Peter Jansen
On Monday 24 March 2003 15:58, Phil Thompson wrote: On Monday 24 March 2003 2:50 pm, Gerard Vermeulen wrote: If you are proposing this, why don't you generalize and code something like the -j switch (parallel build switch) for make. In this case there is no penalty for UP machines (by

Re: [PyKDE] [PATCH] reduce PyQt concatenated build time on SMP

2003-03-24 Thread Phil Thompson
On Monday 24 March 2003 4:00 pm, Ricardo Javier Cardenes Medina wrote: On Mon, Mar 24, 2003 at 02:58:30PM +, Phil Thompson wrote: Yes - I'd be happy with this. It also helps those compilers (aka MSVC) that choke on such a large C++ file but would probably handle... python build.py -c

[PyKDE] PyQtDoc Now Available

2003-03-24 Thread Larry Wright
Disclaimer: I work for theKompany.com. I'm forwarding this to this list as I feel that this is of interest to most people here. If I've offended anyone, I apologize. PyQtDoc DOCUMENTATION TOOL FOR PYQT ON LINUX AND WINDOWS Rancho Santa Margarita, CA -- 15 July 2000 -- theKompany.com, producers

[PyKDE] ANN: new eric3 snapshot available

2003-03-24 Thread Detlev Offenbach
Hi Trolls, I have uploaded a new development snapshot of eric3. New features: - added an interface to the Subversion version control system - added the possibility to run a script/project without the debugger overhead - added a function to automatically generate a project file if the newly

Re: [PyKDE] ANN: new eric3 snapshot available

2003-03-24 Thread Gordon Tyler
On March 24, 2003 04:34 pm, Detlev Offenbach wrote: - added an interface to the Subversion version control system Oooh nice! I recently moved my little personal cvs repository over to subversion and I was wondering if eric would add support for it. Great stuff 8) Ciao, Gordon