Re: [PyQt] Bug in sip-4.9.2-snapshot-20091108 handling virtual methods

2009-11-13 Thread Simon Edwards
Giovanni Bajo wrote: this kind of problems happen to me without a full recompilation; specifically, if module A %Imports module B, you need to recompile A whenever *any* of B's sip files changes. sipdistutils.py doesn't handle this automatically yet, but I have a patch in progress. I don't thi

Re: [PyQt] Bug in sip-4.9.2-snapshot-20091108 handling virtual methods

2009-11-13 Thread Giovanni Bajo
On Fri, 2009-11-13 at 00:29 +0100, Simon Edwards wrote: > Hello Phil, > > Using sip-4.9.2-snapshot-20091108 here I've got a class with a public: > > class WallpaperScript : Plasma::ScriptEngine { > // ... > public: > virtual voidinitWallpaper (const KConfigGroup& config); > // ..

[PyQt] Bug in sip-4.9.2-snapshot-20091108 handling virtual methods

2009-11-12 Thread Simon Edwards
Hello Phil, Using sip-4.9.2-snapshot-20091108 here I've got a class with a public: class WallpaperScript : Plasma::ScriptEngine { // ... public: virtual voidinitWallpaper (const KConfigGroup& config); // ... } When it is called from C++ I get a TypeError that 4 args were given