[PyKDE] ANN: PyQt v3.14, SIP v4.2, QScintilla v1.5 Released

2005-02-19 Thread Phil Thompson
PyQt v3.14, SIP v4.2 and QScintilla v1.5 have all been released and are available from the usual places. Please read the note at the end about how enum support has changed. PyQt v3.14 - added support for QScintilla v1.5 - added support for qInstallMsgHandler() - added support for Ulli Berning's

C++ data (Re: [PyKDE] PyQT module size)

2005-02-19 Thread Simon Edwards
Hello, I wrote a version of mem.py in C++, and have put the data side by side in a spreadsheet. It appears that a PyQt program more overhead has in terms of libraries over C++, roughly 8Mb in this test for me. When running, the memory usage pattern seems to mirror the C++ program with perhaps

[PyKDE] SIP-4.2 problem

2005-02-19 Thread Gerard Vermeulen
The SIP specification snippet: typedef unsigned char GLubyte;/* 1-byte unsigned */ const GLubyte * gl_error(); produces the following C++ code: static PyObject *func_gl_error(PyObject *,PyObject *sipArgs) { int sipArgsParsed = 0; { if