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 _______________________________________________ Pygui mailing list [email protected] http://mail.python.org/mailman/listinfo/pygui
