[PyKDE] PyKDE compling woes with current snapshots

Gordon Tyler gordon at doxxx.net
Thu Apr 24 17:45:01 BST 2003


Jim Bublitz wrote:
> However, if sip is generating sipParseArgs and using a0 I'd guess
> you're stuck with that. Are you sure the member code is necessary
> if that's the case?

I'm not sure. Now that I've stared at it for a bit, it seems wrong. The 
whole class definition in the .sip seems odd. KURL::List in the KDE 
headers is essentially a QValueList<KURL>. Isn't there a standard way of 
mapping this in sip? Should there rather be a mapped type to convert 
KURL::List to/from a Python list?

> There were bugs in this section of code, and I've patched them a
> little differently than you have.

I just hacked until it compiled ;)

> like sip is losing track of one of the identically named methods,
> but it's hard to say. I'd want to check it out before assuming it's
> a sip bug. 

I'll leave it in your capable hands 8)

Thanks,
Gordon





More information about the PyQt mailing list