Re: [PyQt] launch a dialog from main window

2008-06-06 Thread Paolo Franzetti
simone wrote: > Paolo Franzetti ha scritto: > >> How can I do this job without blocking the main window ? > > You don't have to set up another instance of QApplication in the viewer. > > But: this application starts in some way? On Windows, with Python 2.5.2 > and PyQt 4.3.3, it returns me a: >

Re: [PyQt] launch a dialog from main window

2008-06-06 Thread simone
Paolo Franzetti ha scritto: How can I do this job without blocking the main window ? You don't have to set up another instance of QApplication in the viewer. But: this application starts in some way? On Windows, with Python 2.5.2 and PyQt 4.3.3, it returns me a: "NameError: name 'app' is n