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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/2d1a8e27-d1b6-4f99-b3e1-bb085522f0df%40googlegroups.com.

Reply via email to