Can't create the log file in windows distribution
Cross-platform app for displaying and navigating events on a timeline.
Brought to you by:
rickardlindberg,
rogerlindberg
Suggested solution: Find out how if it's possible to define a log file directory in Py2exe. If so, try to define a writeable user directory for the logging.
The log file should now be created in a standard user temp directory.
The boot_common_py file in the py2exe library was edited to use wx.StandardPaths.Get().GetTempDir() + "\timeline.log" as logfile.