> PerÅembe 18 AÄustos 2005 10:11 tarihinde, Phil Thompson Åunları > yazmıÅtı: >> Although I planned to release the next versions of SIP, PyQt and >> QScintilla this week, I've just made changes to SIP and PyQt that need >> more testing. The changes are more intrusive than I would like at this >> stage, but they are necessary for proper support for the cyclic garbage >> collector. >> >> I would appreciate it if as many people as possible could test the >> current >> snapshots. I need to know about successful tests as well as unsuccessful >> ones - just drop me a private email that says "it works for me". I won't >> make the final releases until I'm sure it has had a reasonable amount of >> testing. > > Hi, > > I downloaded latest PyQt & sip snapshot ato test and my old PyKDE apps > started > to crash even simple ones like :
The crash is because you need to rebuild PyKDE with the new SIP. The rebuild failure is a bug in PyKDE. It has handwritten code that is using a function that is not part of SIP's public API and whose arguments have changed. Thanks, Phil _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
