Comments you submit will be routed for moderation. If you have an account, please log in first.
Modify

Ticket #430 (new enhancement)

Opened 20 months ago

Last modified 20 months ago

exception handler that logs exceptions to log files

Reported by: htgoebel Owned by: matysek
Priority: normal Milestone:
Component: PyInstaller Version: 1.5.1
Severity: normal Keywords:
Cc:

Description

From http://groups.google.com/group/pyinstaller/browse_thread/thread/7ba7b9efad7feb01

The only way to implement such a feature is to install an exception handler in Python. I think it's a feature that could make sense for PyInstaller?: when console is disabled, an exception handler should be installed that logs exceptions to log files and/or display a message box using the OS native GUI support, possibly through a different process not to create weird interactions with any running GUI in the user's application.

Obviously this would be a debug feature that can be disabled if not needed.

Attachments

Change History

comment:1 Changed 20 months ago by matysek

When in debug mode we could also redirect the debug output from iu.py to this file or message box. The debug output from iu.py is disabled by default.

View

Add a comment

Modify Ticket

Action
as new
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.