Hi Jason,
Harper, Jason wrote:
Hi,
I have recently discovered that our wxPython app will create and write into a log file when an exception occurs. The log file is named the same as our executable with a ".log" appended (e.g. myapp.exe.log).
If anyone knows what code is creating this log file and potentially how to turn it off, please let me know.
Note: we are use wxPython 2.8.4 on Windows. Our app is Py2Exe'd.
You might want to check this page on the wiki.
http://wiki.wxpython.org/CustomExceptionHandling
Werner