Something broke for us between snapshot sets: (sip-snapshot-20050727, 
PyQt-commercial-snapshot-20050726) and (sip-snapshot-20050817, 
PyQt-commercial-snapshot-20050817).

If you run the attached script, you should get the following traceback:

ERROR:root:GUIbridge.handleCustomEvent(): Caught exception
Traceback (most recent call last):
  File "guiBridges.py", line 150, in handleCustomEvent
    func     = data[0]
TypeError: unsubscriptable object

The error occurs because for some reason the custom event data contains None 
instead of the expected tuple.

We are using Windows XP, Qt 3.3.3.

-Selim

Selim Tuvi, Research Engineering Group, SLAC
GLAST, I&T Online, MS 98
Tel:650-926-3376 Fax:650-926-4335
 

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:pykde-
> [EMAIL PROTECTED] On Behalf Of Phil Thompson
> Sent: Thursday, August 18, 2005 12:12 AM
> To: [email protected]
> Subject: [PyKDE] Request for Testing
> 
> 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.
> 
> I'm particularly interested in any tests that demonstrate memory leaks
> (the changes are all related to object ownership issues). Also any
> applications that make use of QWidget.reparent().
> 
> Thanks,
> Phil
> 
> _______________________________________________
> PyKDE mailing list    [email protected]
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Attachment: guiBridges.py
Description: guiBridges.py

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to