Hi, 

In short, it's a bit frustrating to have to rebuild a executable in console 
mode if something goes wrong. Is there any relatively easy way to have the 
error sent to a file? Even sending it to whatever stdout or stderr is would 
be nice, because i was pretty sure it did that in older versions of 
pyinstaller when using the windowed mode, because i could run the .exe from 
cmd and get the error there, but not anymore. Reverting the change (for 
myself) or sending the error to a logfile would help greatly. Is anything 
like it doable, even if i have to jump into my pyinstaller source 
installation and tweak a few lines? (Like maybe creating a custom logger 
that logs critical errors to a file during execution of the .exe?)

-- 
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 pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/2c45c727-5308-42c6-948f-a8245d22679c%40googlegroups.com.

Reply via email to