I heard Hans-Peter Jansen said:
> Conclusion: beware from using qApp.quit(), or even sys.exit(0)
> without thinking twice. There are almost always better ways to close
> a PyQt application. Use them.
This interests me. I've been trying to write a clean exception handler
around the event loop, so
On Saturday 04 October 2003 11:17, Phil Thompson wrote:
> On Saturday 04 October 2003 12:56 am, Michael Andrews wrote:
> > I don't know if anyone else saw this article (I found the link
> > from the Python Daily URL):
> >
> > http://www.dalkescientific.com/writings/diary/archive/2003/09/27/
> >Pyth
On Saturday 04 October 2003 12:56 am, Michael Andrews wrote:
> I don't know if anyone else saw this article (I found the link from the
> Python Daily URL):
>
> http://www.dalkescientific.com/writings/diary/archive/2003/09/27/PythonCard
>.html
>
> Most of the article talks about wxWindows and conclu
On Saturday 04 October 2003 01:56, Michael Andrews wrote:
> I've seen problems with my apps compiled with Qt 3.2.x (I don't even
> know if it is the same problem); but is this a wide spread problem? In
> other words, are other PyQt application developers seeing these
> problems?
I've only ever se