Re: [PyKDE] Lambda function call in connect statement

2001-03-05 Thread Aaron J. Ginn
Phil Thompson wrote: Sorry - I should have noticed this right at the start... The problem is that you are not keeping a reference to the function object that lambda returns - so it is getting garbage collected immediately. The signal is them emitted to an object that no longer exists,

[PyKDE] [cvs commit] 'sip/sip gencode.c parser.y sip.h'

2001-03-05 Thread kvs
Update of /public/sip/sip In directory valentine.thekompany.com:/tmp/cvs-serv7512/sip Modified Files: gencode.c parser.y sip.h Log Message: Added support for the in-place operators introduced in Python v2.0. Python slots are now wrapped in weak references which means that when the

[PyKDE] Qwt-0.3, Numerical Python, Black Adder, etc

2001-03-05 Thread Gerard Vermeulen
Hi Phil, Mark I have a set of alpha Python bindings to the Qwt-0.3 library. Qwt stands for "Qt Widgets for Technical applications" and version 0.3 works with Qt-2.x. For more info: http://qwt.sourceforge.net/ Some of the code is stolen from Mark Colclough's bindings to Qwt-0.2 (which works

[PyKDE] [cvs commit] 'PyQt qinterlacestyle.sip ChangeLog Makefile NEWS qapplication.sip qfontdatabase.sip qscrollview.sip qt.sip-in qtoolbar.sip'

2001-03-05 Thread kvs
Update of /public/PyQt In directory valentine.thekompany.com:/tmp/cvs-serv9645 Modified Files: ChangeLog Makefile NEWS qapplication.sip qfontdatabase.sip qscrollview.sip qt.sip-in qtoolbar.sip Added Files: qinterlacestyle.sip Log Message: Added the new methods and

[PyKDE] [cvs commit] 'sip ChangeLog'

2001-03-05 Thread kvs
Update of /public/sip In directory valentine.thekompany.com:/tmp/cvs-serv9659 Modified Files: ChangeLog Log Message: Added support for Python v2.1 rich comparison operators. ___ PyKDE mailing list[EMAIL PROTECTED]

[PyKDE] [cvs commit] 'sip/sip gencode.c parser.y sip.h'

2001-03-05 Thread kvs
Update of /public/sip/sip In directory valentine.thekompany.com:/tmp/cvs-serv9659/sip Modified Files: gencode.c parser.y sip.h Log Message: Added support for Python v2.1 rich comparison operators. ___ PyKDE mailing list[EMAIL PROTECTED]

[PyKDE] [cvs commit] 'PyQt/pyuic uic.cpp'

2001-03-05 Thread kvs
Update of /public/PyQt/pyuic In directory valentine.thekompany.com:/tmp/cvs-serv9645/pyuic Modified Files: uic.cpp Log Message: Added the new methods and classes implemented in Qt v2.3.0-beta1. Updated pyuic from Qt v2.3.0-beta1. ___ PyKDE