[PyKDE] A few snapshot-20051219 problems

2005-12-19 Thread Gerard Vermeulen
(1) A typo: --- sip-snapshot-20051219/sipconfig.py.gv 2005-12-20 07:40:52.0 +0100 +++ sip-snapshot-20051219/sipconfig.py 2005-12-20 08:04:31.0 +0100 @@ -564,7 +564,7 @@ if self.config.qt_version >= 0x04: # This is really just a help

[PyKDE] pykde Extensions: /usr/bin/ld: cannot find -lpython2.X

2005-12-19 Thread Vincent Jong
I'm trying to build pykde extensions following the INSTALL file directions for both python2.3 and python2.4 in which I've install PyKDE for those versions of python. On both versions, building pykde extensions fails with the error (where 'X' is the minor revision number of python): /usr/bin

[PyKDE] eric3: project browser and python files with other extensions

2005-12-19 Thread Ramon Diaz-Uriarte
Dear All, When writing CGIs my python files often have end with ".cgi", no ".py". Even if the syntax coloring is OK (I've set it up in the preferences, "HIghlighter associations") the project browser does not show the functions, etc. What am I missing? Best, R. -- Ramon Diaz-Uriarte Bioinformati

Re: [PyKDE] Problems with PyQt snapshot 20051218

2005-12-19 Thread Phil Thompson
On Monday 19 December 2005 1:57 pm, Giovanni Bajo wrote: > Douglas Soares de Andrade <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] PyQt-x11-gpl-snapshot-20051218]$ python > > Python 2.4.2 (#1, Sep 30 2005, 17:52:28) > > [GCC 4.0.2] on linux2 > > Type "help", "copyright", "credits" or "license" f

Re: [PyKDE] Signals and Slots in PyQt4

2005-12-19 Thread Baz Walter
On Sunday 18 Dec 2005 22:04, Phil Thompson wrote: > On Sunday 18 December 2005 6:33 pm, Baz Walter wrote: > > Hello > > > > When disconnecting a signal from a python slot, if the connection has not > > already been made, it produces the error: 'RuntimeError: Slot hasn't been > > connected'. However

Re: [PyKDE] Problems with PyQt snapshot 20051218

2005-12-19 Thread Giovanni Bajo
Douglas Soares de Andrade <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] PyQt-x11-gpl-snapshot-20051218]$ python > Python 2.4.2 (#1, Sep 30 2005, 17:52:28) > [GCC 4.0.2] on linux2 > Type "help", "copyright", "credits" or "license" for more information. from qt import * > Traceback (most recen

[PyKDE] Problems with PyQt snapshot 20051218

2005-12-19 Thread Douglas Soares de Andrade
Hi, I compiled the new sip, pyqt4 and pyqt snapshots, im having this problem with PyQt. [EMAIL PROTECTED] PyQt-x11-gpl-snapshot-20051218]$ python Python 2.4.2 (#1, Sep 30 2005, 17:52:28) [GCC 4.0.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from qt impo