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)
>
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", "
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
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
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
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
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
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
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
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
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__(
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
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
* 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ó
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
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
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.
> > >
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
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
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.
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:
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
22 matches
Mail list logo