[PyKDE] SIP parse error

2005-06-17 Thread James Emerton
There is a small issue with the parsing code in SIP. I get a parse error whenever a %MethodCode section contains a %, such as a printf() format string. My workaround right now is to use something like this... const char fmt[] = { 37, '0', '4', 'd', 37, '0', '2', 'd', 37, '0', '2', 'd', 0 }; Jame

Re: [PyKDE] Memory leak: Cycles with QObject's doesn't get collected

2005-06-17 Thread Giovanni Bajo
Phil Thompson <[EMAIL PROTECTED]> wrote: >> I think I have found another memory leak. When you create cycles with >> QObjects they aren't collected. This doesn't happen with pure python >> objects (as expected), but in that case I have found an strange behaviour >> when you set the gc.DEBUG_SAVEAL

[PyKDE] ANN: Eric3 3.7 available for Mac OS X

2005-06-17 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have assembled a package installer of the latest version (3.7) of Eric3, the Python IDE written in PyQt, for Mac OS X. To download, see http://www.wordtech-software.com/pyqt-mac.html This version will overwrite the version of Eric 3 that is includ