[PyQt] Re: Problem after upgrade to PyQt 4.6.2

2009-11-23 Thread Phil Thompson
On Sun, 22 Nov 2009 13:58:00 +0100, detlev det...@die-offenbachs.de wrote: Hi, after upgrading to PyQt4 4.6.2 (from 4.6.1) I get error messages like QVariant::save: unable to save type 256. QVariant::load: unable to load type 256. What does this mean? With 4.6.1 everything was ok. I

Re: [PyQt] Re: Problem after upgrade to PyQt 4.6.2

2009-11-23 Thread Prafulla Kiran
Hi Phil, The following piece of code throws up the error messages that Detlev has mentioned. Is there something wrong that I am doing here ? The same piece of code works fine in PyQt 4.5.* and 4.6.1 from PyQt4 import QtCore settings_ = QtCore.QSettings(Foo, Bar) qString =

Re: [PyQt] Re: Problem after upgrade to PyQt 4.6.2

2009-11-23 Thread Phil Thompson
On Mon, 23 Nov 2009 18:08:48 +0530, Prafulla Kiran prafu...@tachyontech.net wrote: Hi Phil, The following piece of code throws up the error messages that Detlev has mentioned. Is there something wrong that I am doing here ? The same piece of code works fine in PyQt 4.5.* and 4.6.1 from

Re: [PyQt] Re: Problem after upgrade to PyQt 4.6.2

2009-11-23 Thread detlev
On Montag, 23. November 2009, Phil Thompson wrote: On Mon, 23 Nov 2009 18:08:48 +0530, Prafulla Kiran prafu...@tachyontech.net wrote: Hi Phil, The following piece of code throws up the error messages that Detlev has mentioned. Is there something wrong that I am doing here ? The same

Re: [PyQt] Re: Problem after upgrade to PyQt 4.6.2

2009-11-23 Thread Phil Thompson
On Mon, 23 Nov 2009 18:25:51 +0100, detlev det...@die-offenbachs.de wrote: On Montag, 23. November 2009, Phil Thompson wrote: On Mon, 23 Nov 2009 18:08:48 +0530, Prafulla Kiran prafu...@tachyontech.net wrote: Hi Phil, The following piece of code throws up the error messages that Detlev