[Pygui] 30 second delay when creating main app

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Jun 14 01:14:40 CEST 2011


Mark Melvin wrote:

> I've noticed recently since upgrading to PyGUI 2.4, there seems to be a 
> 30 second delay when creating my main application.  ... Is there a 
> debug mode or something I can do to narrow this down?

No, you'll just have to use good old-fashioned debugging
techniques, e.g. putting print statements in the code to
see where it's getting to before it pauses.

-- 
Greg


More information about the Pygui mailing list