QPaintDevice: Must construct a QApplication before a QPaintDevice

Phil Thompson phil at riverbankcomputing.co.uk
Wed Feb 28 02:56:34 EST 2007


On Tuesday 27 February 2007 11:09 pm, shredwheat wrote:
> When your programs stops with the error, it should also be printing a
> stack trace. This is a list of all the functions that have been called
> when Python had the problem.
>
> You shouldn't have to do anything extra to get the stack trace.

The error is raised in Qt and aborts immediately. It never gets back to Python 
to generate a trace.

He needs to produce a short and complete test which demonstrates the problem, 
then we can point out where the QPaintDevice is being created.

Phil



More information about the Python-list mailing list