Quote:
Originally Posted by kovidgoyal
That indicates its crashing very early in the startup process before the Application object has even been fully constructed. If you want to debug further you will need to run from source. Its crashing somewhere between lines 1105 and 1123 in gui2/__init__.py and some print statements in those lines to see exactly where.
|
Thank you, how can i do this?