Re: PyQt Access Violations

2006-01-09 Thread gregarican
Phil Thompson wrote: > What version of Qt? > > Phil It's version 2.3.0 non-commerical for Windows. My OS is Windows 2000 Professional SP4. Using this same version of Qt for a Ruby-based implementation of a similar app I didn't experience the access violation crashes when invoking the setCentralWi

Re: PyQt Access Violations

2006-01-09 Thread gregarican
Phil Thompson wrote: > What version of Qt? > > Phil It's version 2.3.0 non-commerical for Windows. My OS is Windows 2000 Professional SP4. Using this same version of Qt for a Ruby-based implementation of a similar app I didn't experience the access violation crashes when invoking the setCentralWi

Re: PyQt Access Violations

2006-01-08 Thread gregarican
Hope this post doesn't duplicate, as a Google Groups error happened last attempt... Phil Thompson wrote: > What version of Qt? > > Phil It's version 2.3.0 non-commerical for Windows. My OS is Windows 2000 Professional SP4. Using this same version of Qt for a Ruby-based implementation of a simila

Re: PyQt Access Violations

2006-01-07 Thread Phil Thompson
On Saturday 07 January 2006 1:06 pm, gregarican wrote: > I noticed that when I invoked the setCentralWidget() method using PyQt > 3.13 on Python 2.3.5 opening and closing a widget associated with a > main window would result in a Win32 access violation crash after a > couple of times. Here's a gene

PyQt Access Violations

2006-01-07 Thread gregarican
I noticed that when I invoked the setCentralWidget() method using PyQt 3.13 on Python 2.3.5 opening and closing a widget associated with a main window would result in a Win32 access violation crash after a couple of times. Here's a generic snippet: class Application_Window(QMainWindow): def _