Re: [PyKDE] PyKDE-snapshot20051013 fails against kde-3.5.0

2005-12-05 Thread Jim Bublitz
On Monday 05 December 2005 10:09, Rex Dieter wrote: > Jim Bublitz wrote: > > On Monday 05 December 2005 06:41, Rex Dieter wrote: > >>FYI, > >> > >>Using sip-4.3.2, PyQt-3.15.1, kde.3.5.0, gcc-3.4.4 (RedHat Enterprise > >>4)... I'm having trouble getting PyKDE-snapshot20051013 to build > >>(failure

[PyKDE] Re: Python script dependancy

2005-12-05 Thread James Emerton
I am very sorry. It must be Monday; I sent this to the wrong list. =( James ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] Python script dependancy

2005-12-05 Thread James Emerton
I'm using scons in a project with a rather intricate build process. I am trying to eliminate manual steps from the build process, and integrate external sources directly into the build tree. So far, this has gone quite well. The building of external dependancies is done with several batch script

Re: [PyKDE] PyKDE-snapshot20051013 fails against kde-3.5.0

2005-12-05 Thread Rex Dieter
Jim Bublitz wrote: On Monday 05 December 2005 06:41, Rex Dieter wrote: FYI, Using sip-4.3.2, PyQt-3.15.1, kde.3.5.0, gcc-3.4.4 (RedHat Enterprise 4)... I'm having trouble getting PyKDE-snapshot20051013 to build (failure below). In file included from sip/kdecore/ktempdir.sip:32,

Re: [PyKDE] PyKDE-snapshot20051013 fails against kde-3.5.0

2005-12-05 Thread Jim Bublitz
On Monday 05 December 2005 06:41, Rex Dieter wrote: > FYI, > > Using sip-4.3.2, PyQt-3.15.1, kde.3.5.0, gcc-3.4.4 (RedHat Enterprise > 4)... I'm having trouble getting PyKDE-snapshot20051013 to build > (failure below). > In file included from sip/kdecore/ktempdir.sip:32, > from s

Re: [PyKDE] PyQt4 Update

2005-12-05 Thread Phil Thompson
On Saturday 03 December 2005 6:56 pm, David Boddie wrote: > > > There also seemed to be some problems with the default implementations > > > of methods in QAbstractListModel subclasses, but I'll have to explore > > > that later. > > Just to clarify: subclasses of QAbstractListModel that don't reimp

[PyKDE] PyKDE-snapshot20051013 fails against kde-3.5.0

2005-12-05 Thread Rex Dieter
FYI, Using sip-4.3.2, PyQt-3.15.1, kde.3.5.0, gcc-3.4.4 (RedHat Enterprise 4)... I'm having trouble getting PyKDE-snapshot20051013 to build (failure below). -- Rex make[1]: Entering directory `/usr/local/tmp/BUILD/PyKDE-snapshot20051013/kdecore' g++ -c -Wno-deprecated-declarations -pipe -

[PyKDE] Eric3 File Open problem under Windows

2005-12-05 Thread HOWARD GOLDEN
Hi, I'm having the following problem trying to open a Python file from Eric3's File Open... menu: I select the file name from the dialog box. Then I get a message that the file can't be opened. However the file name that the message refers to is the file name with an extra directory level adde

[PyKDE] Build error with current sip/PyQt4

2005-12-05 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Phil, my configure call is $ QMAKESPEC=linux-g++ configure.py -q /usr/share/qt4 -c -j 4 LIBDIR_QT=/usr/lib I get the following error g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -I. - -I/usr/share/qt4/include/QtCore -I/usr/include/p

Re: [PyKDE] PyQt4 Update

2005-12-05 Thread Phil Thompson
On Sunday 04 December 2005 11:03 pm, Giovanni Bajo wrote: > David Boddie <[EMAIL PROTECTED]> wrote: > >> Yes - I shouldn't have used the word "bug". > >> > >> SIP doesn't support automatic type converters like C++ does, so I've > >> been adding %ConvertToTypeCode in various places to make things a

Re: [PyKDE] PyQt4 Update

2005-12-05 Thread Phil Thompson
On Sunday 04 December 2005 9:42 pm, David Boddie wrote: > On Sunday 04 December 2005 21:25, Phil Thompson wrote: > > Yes - I shouldn't have used the word "bug". > > > > SIP doesn't support automatic type converters like C++ does, so I've been > > adding %ConvertToTypeCode in various places to make

Re: [PyKDE] PyQt4 Update

2005-12-05 Thread Phil Thompson
On Monday 05 December 2005 1:06 am, Baz Walter wrote: > Unfortunately, On Monday 05 Dec 2005 00:33, Baz Walter wrote: > > After some further playing around with the tetrix example I have found > > another fairly minor issue which picks up on some points made later in > > this thread. There are some