Re: [PyQt] PyKDE and undefined symbols

2007-09-04 Thread Jim Bublitz
On Tuesday 04 September 2007 15:16, Bart wrote: > I've found some undefinied symbols in PyKDE-3.16 > > There are more errors like this one. Please check in your PyKDE module. > > How to solve this problem? > > Best regards. > Bart. > > > $ python > Python 2.5.1 (r251:54863, Jul 31 2007, 09:34:25) >

[PyQt] PyKDE and undefined symbols

2007-09-04 Thread Bart
I've found some undefinied symbols in PyKDE-3.16 There are more errors like this one. Please check in your PyKDE module. How to solve this problem? Best regards. Bart. $ python Python 2.5.1 (r251:54863, Jul 31 2007, 09:34:25) [GCC 4.2.1 20070719 (release) (PLD-Linux)] on linux2 Type "help", "

Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Andreas Pakulat
On 04.09.07 11:35:07, Jim Bublitz wrote: > But for example, knewstuff installs dxsengine.h in users include/ directory. > dxsengine.h depends on coreengine.h, which isn't installed. Not knowing > anything about knewstuff, I don't know if I should a) drop dxsengine from the > module or b) add cor

Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Jim Bublitz
On Tuesday 04 September 2007 10:09, Andreas Pakulat wrote: > On 04.09.07 09:35:34, Jim Bublitz wrote: > > Someone is interested in doing plugin code for Kate, and needs > > kdelibs/interfaces/ktexteditor and also kdesdk/kate/interfaces/kate. > I'm not sure about that, KTextEditor already provides

Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Andreas Pakulat
On 04.09.07 09:50:21, Jim Bublitz wrote: > On Tuesday 04 September 2007 01:49, Andreas Pakulat wrote: > > Did you or Simon ever think about porting the already existing tests > > from kdelibs to python? Thats not example applications in the meaning > > that they show users how to use the API, but t

Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Andreas Pakulat
On 04.09.07 09:35:34, Jim Bublitz wrote: > On Tuesday 04 September 2007 01:56, Andreas Pakulat wrote: > > On 04.09.07 08:19:10, Simon Edwards wrote: > > > Jim Bublitz wrote: > > > >The first is how large should PyKDE be? At some point I'd want to start > > > >splitting stuff off into a second packa

Re: [PyQt] PyKDE4 build error - int/Py_ssize_t conversions

2007-09-04 Thread Jim Bublitz
On Tuesday 04 September 2007 04:42, Martin Böhm wrote: > Hello list, > > there are some trouble with compiling the latest and greatest PyKDE4 > (from KDE's on a 64bit machine, with Python 2.5.1. > > Namely it starts like this: > > sip/kdecore/kurl.sip: In function 'PyObject* > slot_KUrl_List___geti

Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Jim Bublitz
On Tuesday 04 September 2007 01:56, Andreas Pakulat wrote: > On 04.09.07 08:19:10, Simon Edwards wrote: > > Jim Bublitz wrote: > > >The first is how large should PyKDE be? At some point I'd want to start > > >splitting stuff off into a second package, and all 3 you mentioned would > > > be good can

Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Jim Bublitz
On Tuesday 04 September 2007 01:49, Andreas Pakulat wrote: > Did you or Simon ever think about porting the already existing tests > from kdelibs to python? Thats not example applications in the meaning > that they show users how to use the API, but they should cover all the > specialities of the AP

Re: [PyQt] Problems with MySQL module

2007-09-04 Thread Gustavo A. Dí­az
So guys, the thing that this is solved by installing libmysqlclient15-dev and libsqlite3-dev... Cheers. Gustavo A. Díaz escribió: By the way, i forgot to say: I've donwloaded pyqt4.3 source package from Kubuntu gutsy repository, and it to build it never ask for mysql or sqlite devs package

Re: [PyQt] PyKDE4 build error - int/Py_ssize_t conversions

2007-09-04 Thread Phil Thompson
On Tuesday 04 September 2007, Martin Böhm wrote: > Hello list, > > there are some trouble with compiling the latest and greatest PyKDE4 > (from KDE's on a 64bit machine, with Python 2.5.1. > > Namely it starts like this: > > sip/kdecore/kurl.sip: In function 'PyObject* > slot_KUrl_List___getitem__(

Re: [PyQt] Is this list being archived?

2007-09-04 Thread Phil Thompson
On Tuesday 04 September 2007, Simon Edwards wrote: > Hi all, > > Does anyone know if this list is being archived anywhere? I just noticed > that list.kde.org didn't follow the move that happened earlier this year. At gmane and the mail-archive (as well as it's own site). Phil

Re: [PyQt] Re: Note about setting setting painters with gradients instead of brushes

2007-09-04 Thread Sundance
Phil Thompson wrote: > I've already said that you need PyQt 4.2 or later. Blargh, you're right -- sorry! -- S. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Is this list being archived?

2007-09-04 Thread Adeodato Simó
* Simon Edwards [Tue, 04 Sep 2007 13:46:55 +0200]: > Does anyone know if this list is being archived anywhere? I just noticed > that list.kde.org didn't follow the move that happened earlier this year. Yes, http://www.riverbankcomputing.com/pipermail/pyqt/. Cheers, -- Adeodato Simó

[PyQt] PyKDE4 build error - int/Py_ssize_t conversions

2007-09-04 Thread Martin Böhm
Hello list, there are some trouble with compiling the latest and greatest PyKDE4 (from KDE's on a 64bit machine, with Python 2.5.1. Namely it starts like this: sip/kdecore/kurl.sip: In function 'PyObject* slot_KUrl_List___getitem__(PyObject*, PyObject*)': sip/kdecore/kurl.sip:167: error: cannot

[PyQt] Is this list being archived?

2007-09-04 Thread Simon Edwards
Hi all, Does anyone know if this list is being archived anywhere? I just noticed that list.kde.org didn't follow the move that happened earlier this year. cheers, -- Simon Edwards | KDE-NL, Guidance tools, Guarddog Firewall [EMAIL PROTECTED] | http://www.simonzone.com/softwa

Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Hans-Peter Jansen
Good Morning Jim, Am Dienstag, 4. September 2007 05:56 schrieb Jim Bublitz: > On Monday 03 September 2007 12:08, Hans-Peter Jansen wrote: > > Awesome, Jim. > > > > Am Montag, 3. September 2007 18:14 schrieb Jim Bublitz: > > > The module lineup is about the same as PyKDE3, with a few changes. > > >

Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Hans-Peter Jansen
Am Dienstag, 4. September 2007 10:56 schrieb Andreas Pakulat: > > > but the threading API sounds like a big can of worms for Python > > programs running on CPython. Sure, since it involves playing games with the GIL. See below. Phil can tell you stories.. > I don't know CPython and how Threadi

Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Andreas Pakulat
On 04.09.07 08:19:10, Simon Edwards wrote: > Jim Bublitz wrote: > >The first is how large should PyKDE be? At some point I'd want to start > >splitting stuff off into a second package, and all 3 you mentioned would be > >good candidates for that. They're not really central to kdelibs for what I

Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Andreas Pakulat
On 03.09.07 20:52:31, Jim Bublitz wrote: > The first is how large should PyKDE be? At some point I'd want to start > splitting stuff off into a second package, and all 3 you mentioned would be > good candidates for that. They're not really central to kdelibs for what I > see as the average user.

Re: [PyQt] Re: Note about setting setting painters with gradients instead of brushes

2007-09-04 Thread Phil Thompson
On Tuesday 04 September 2007, Sundance wrote: > Phil Thompson wrote: > > Works fine for me. > > Doesn't work for me though: > > [EMAIL PROTECTED]:~$ python test.py > no workaround > Traceback (most recent call last): > File "test.py", line 49, in paintEvent > painter.setBrush(g) > TypeError:

Re: [PyQt] Re: Note about setting setting painters with gradients instead of brushes

2007-09-04 Thread Sundance
Phil Thompson wrote: > Works fine for me. Doesn't work for me though: [EMAIL PROTECTED]:~$ python test.py no workaround Traceback (most recent call last): File "test.py", line 49, in paintEvent painter.setBrush(g) TypeError: argument 1 of QPainter.setBrush() has an invalid type QPaintEngin