My 'compiled' application fails, but only on Windows when setting console option to False. At fail i get the error:
Failed to execute script 'main' due to unhandled exception: maximum recursion depth exceeded with a very long traceback that looks like this: Traceback (most recent call last): File "logging\__init__.py", line 1103, in emit AttributeError: 'NoneType' object has no attribute 'write' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "logging\__init__.py", line 1103, in emit AttributeError: 'NoneType' object has no attribute 'write' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "logging\__init__.py", line 1103, in emit AttributeError: 'NoneType' object has no attribute 'write' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "logging\__init__.py", line 1103, in emit AttributeError: 'NoneType' object has no attribute 'write' This repeats a few thousand times and then prints: Traceback (most recent call last): File "logging\__init__.py", line 1103, in emit AttributeError: 'NoneType' object has no attribute 'write' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "kivy\logger.py", line 248, in emit File "kivy\logger.py", line 222, in _configure File "logging\__init__.py", line 1477, in info File "logging\__init__.py", line 1624, in _log File "logging\__init__.py", line 1634, in handle File "logging\__init__.py", line 1696, in callHandlers File "logging\__init__.py", line 968, in handle File "logging\__init__.py", line 1108, in emit File "logging\__init__.py", line 1021, in handleError File "kivy\logger.py", line 338, in write File "logging\__init__.py", line 1489, in warning File "logging\__init__.py", line 1624, in _log File "logging\__init__.py", line 1634, in handle File "logging\__init__.py", line 1696, in callHandlers File "logging\__init__.py", line 968, in handle File "logging\__init__.py", line 1108, in emit File "logging\__init__.py", line 1021, in handleError File "kivy\logger.py", line 338, in write File "logging\__init__.py", line 1489, in warning File "logging\__init__.py", line 1624, in _log File "logging\__init__.py", line 1634, in handle File "logging\__init__.py", line 1696, in callHandlers File "logging\__init__.py", line 968, in handle File "logging\__init__.py", line 1108, in emit File "logging\__init__.py", line 1021, in handleError File "kivy\logger.py", line 338, in write File "logging\__init__.py", line 1489, in warning File "logging\__init__.py", line 1624, in _log File "logging\__init__.py", line 1634, in handle File "logging\__init__.py", line 1696, in callHandlers File "logging\__init__.py", line 968, in handle File "logging\__init__.py", line 1108, in emit File "logging\__init__.py", line 1021, in handleError File "kivy\logger.py", line 338, in write File "logging\__init__.py", line 1489, in warning ... -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/dfcf25c5-9da5-4802-88e4-fc72a2d8586en%40googlegroups.com.
