Re: [PyQt] Re: Python frame never dies on application errors

2008-12-10 Thread Fabio Menegazzo
Sundance, That's it! I didn't realized the last_traceback was keeping the reference to the frame. Thanks for your help! Fabio Menegazzo On Wed, Dec 10, 2008 at 9:26 AM, Sundance <[EMAIL PROTECTED]> wrote: > Fabio Menegazzo wrote: > > > Consider a widget in the display. When an exception happen

[PyQt] Timeout for QWebView

2008-12-10 Thread piotr maliński
Is it possible to set timeout for loading an URL in QWebView? ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] No MySQL driver on Windows PyQt4?

2008-12-10 Thread duncan duncan
2008/12/10 duncan duncan <[EMAIL PROTECTED]> > > > On Wed, Dec 10, 2008 at 10:29 AM, Phil Thompson < > [EMAIL PROTECTED]> wrote: > >> On Wed, 10 Dec 2008 10:05:12 +0100, "piotr maliński" <[EMAIL PROTECTED] >> > >> wrote: >> > I've installed latest PyQt4 release for Windows and the problem is it >>

Re: [PyQt] No MySQL driver on Windows PyQt4?

2008-12-10 Thread duncan duncan
On Wed, Dec 10, 2008 at 10:29 AM, Phil Thompson <[EMAIL PROTECTED] > wrote: > On Wed, 10 Dec 2008 10:05:12 +0100, "piotr maliński" <[EMAIL PROTECTED]> > wrote: > > I've installed latest PyQt4 release for Windows and the problem is it > > doesn't has MySQL driver (QSqlDatabase: QMYSQL driver not lo

[PyQt] Re: Python frame never dies on application errors

2008-12-10 Thread Sundance
Fabio Menegazzo wrote: > Consider a widget in the display. When an exception happens the Python > frame never dies. Am I doing something wrong? Hi Fabio, In your example, your exception occurs while the frame for SlotRaiseError() is still on the stack. The traceback thus keeps a pointer to tha

Re: [PyQt] No MySQL driver on Windows PyQt4?

2008-12-10 Thread piotr maliński
hm.. I have qt creator. Does it have MySQL support, anyone knows? :) 2008/12/10 Phil Thompson <[EMAIL PROTECTED]> > On Wed, 10 Dec 2008 10:05:12 +0100, "piotr maliński" <[EMAIL PROTECTED]> > wrote: > > I've installed latest PyQt4 release for Windows and the problem is it > > doesn't has MySQL dri

Re: [PyQt] QThread problem

2008-12-10 Thread Sergio Jovani
El Monday 08 December 2008 03:53:28 vàreu escriure: > On Mon, Dec 8, 2008 at 12:53 AM, Sergio Jovani <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I'm developing a downloads application and I have created a QThread for > > that reason. I start the QThread with no problems, but when I try > > termi

Re: [PyQt] No MySQL driver on Windows PyQt4?

2008-12-10 Thread Phil Thompson
On Wed, 10 Dec 2008 10:05:12 +0100, "piotr maliński" <[EMAIL PROTECTED]> wrote: > I've installed latest PyQt4 release for Windows and the problem is it > doesn't has MySQL driver (QSqlDatabase: QMYSQL driver not loaded). There is > only SQLITE and ODBC... Correct - you will have to compile Qt and

[PyQt] Python frame never dies on application errors

2008-12-10 Thread Fabio Menegazzo
Hi all! I am facing a problem with Python exceptions on Qt. Consider a widget in the display. When an exception happens the Python frame never dies. Am I doing something wrong? An unittest which reproduce the situation is attached. Please let me know if I am missing something and the correct sol

[PyQt] No MySQL driver on Windows PyQt4?

2008-12-10 Thread piotr maliński
I've installed latest PyQt4 release for Windows and the problem is it doesn't has MySQL driver (QSqlDatabase: QMYSQL driver not loaded). There is only SQLITE and ODBC... ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.co