On Thursday 01 May 2008, İsmail Dönmez wrote:
> Hi,
>
> Following code will crash with PyQt4 snapshot and older versions :
> >>> a = str("")
> >>> b = QDataStream(a, QIODevice.ReadOnly)
> >>> b.readDouble()
>
> zsh: segmentation fault python
Fixed in tonight's snapshot.
Thanks,
Phil
___
On Thursday 01 May 2008, David Boddie wrote:
> On Wed Apr 30 09:06:29 BST 2008, Phil Thompson wrote:
> > The current snapshot has been updated for the final Qt v4.4. I need to
> > finish the new support for QMetaObject.invokeMethod() and expect to
> > release PyQt v4.4 in a week or two.
> >
> > Now
On Thursday 01 May 2008, kib2 wrote:
> Hi,
>
> I've build the latest version and got one problem with the
> diagramscene.py sample :
>
> Traceback (most recent call last):
>File "diagramscene.py", line 837, in
> mainWindow = MainWindow()
>File "diagramscene.py", line 363, in __init__