[PyKDE] Problem with Eric3

2006-03-12 Thread Douglas Andrade
Hi, Im with all recent (20060311) snapshots and i can start eric3 but the shell dont work. If i change it to ruby it works, but the python shell not. Is anyone having this problem too ? TIA ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http:/

[PyKDE] how to pass Qt.WFlags?

2006-03-12 Thread Gerard Vermeulen
Phil, this program: #!/usr/bin/env python import sys import PyQt4.Qt as Qt class MyMainWindow(Qt.QMainWindow): def __init__(self): print type(Qt.Qt.WA_QuitOnClose) # this type must be an alias for a WFlags, isn't it?? Qt.QMainWindow.__init__(self, None, Qt.Qt.WA_Quit

Re: [PyKDE] PyKDE fails to compile on Debian

2006-03-12 Thread Andreas Pakulat
On 12.03.06 11:24:19, Jim Bublitz wrote: > On Sunday 12 March 2006 10:01, Gudjon I. Gudjonsson wrote: > > private: > > KTimezone(const KTimezone&); > > KTimezone& operator=(const KTimezone&); > > > > KSharedPtr m_db; > > QString m_name; > > QString m_countryCode; > > float m

Re: [PyKDE] PyKDE fails to compile on Debian

2006-03-12 Thread Jim Bublitz
On Sunday 12 March 2006 10:01, Gudjon I. Gudjonsson wrote: > Þann Sunnudagur 12. mars 2006 19:00 skrifaði Jim Bublitz: > > On Sunday 12 March 2006 08:35, Gudjon I. Gudjonsson wrote: > > > sipkdecorepart0.o sipkdecorepart0.cpp > > > sip/kdecore/ktimezones.sip: In function 'PyObject* > > > convertFro

Re: [PyKDE] Double free() problem in PyQt 3.15.1??

2006-03-12 Thread Jim Bublitz
On Sunday 12 March 2006 07:04, Phil Thompson wrote: > On Sunday 12 March 2006 10:04 am, Simon Edwards wrote: > > On Saturday 11 March 2006 20:26, Phil Thompson wrote: > > > On Saturday 11 March 2006 7:13 pm, Simon Edwards wrote: > > > > Anyway, I think I've come across a double free memory bug in P

Re: [PyKDE] PyKDE fails to compile on Debian

2006-03-12 Thread Jim Bublitz
On Sunday 12 March 2006 08:35, Gudjon I. Gudjonsson wrote: > sipkdecorepart0.o sipkdecorepart0.cpp > sip/kdecore/ktimezones.sip: In function 'PyObject* > convertFrom_ZoneMap(void*)': > /usr/include/kde/ktimezones.h:191: error: 'KTimezone::KTimezone(const > KTimezone&)' is private > sip/kdecore/kti

[PyKDE] PyKDE fails to compile on Debian

2006-03-12 Thread Gudjon I. Gudjonsson
Hi I downloaded the newest version of PyKDE, snapshot20060122 and it fails to compile with the following comments. I tried to look for a similar failure on the internet but didn't succeed. I have got the following sip and python-qt versions installed: python 2.3 python-qt3 3.15.1-1 sip4

Re: [PyKDE] Double free() problem in PyQt 3.15.1??

2006-03-12 Thread Phil Thompson
On Sunday 12 March 2006 10:04 am, Simon Edwards wrote: > On Saturday 11 March 2006 20:26, Phil Thompson wrote: > > On Saturday 11 March 2006 7:13 pm, Simon Edwards wrote: > > > Anyway, I think I've come across a double free memory bug in PyQt > > > 3.15.1. Qt complains about a "Double QObject delet

Re: [PyKDE] sip and const void * typedefs.

2006-03-12 Thread Phil Thompson
On Sunday 12 March 2006 12:55 am, Jon wrote: > Hi > > I've been using sip (successfully) with library which defines things like > typedef const void * InstanceHandle; > typedef const void * SessionHandle; > > and then has functions like > InstanceHandle getInstance(bool); > SessionHandl

Re: [PyKDE] QSettings

2006-03-12 Thread Andreas Pakulat
On 11.03.06 19:21:43, Fabian Steiner wrote: > Andreas Pakulat wrote: > >On 11.03.06 16:55:25, Fabian Steiner wrote: > > > >>How can I solve this problem? I thought of passing the current Config class > >>instance to one of the Dialog constructor's arguments. Is there any better > >>solution? >

Re: [PyKDE] Double free() problem in PyQt 3.15.1??

2006-03-12 Thread Simon Edwards
On Saturday 11 March 2006 20:26, Phil Thompson wrote: > On Saturday 11 March 2006 7:13 pm, Simon Edwards wrote: > > Anyway, I think I've come across a double free memory bug in PyQt 3.15.1. > > Qt complains about a "Double QObject deletion detected.", and valgrind > > points to a problem in sipKDia