python - Is there any way to redirect all console output into a file on windows command prompt (exe file created using pyinstaller) -


i had python script. used pyinstaller create exe file out of it. i"m running file on windows command prompt.

while running script outputs text messages on console. lost because user cannot scroll way reference.

is there way can pyinstaller redirect output texts file? or can command prompt (windows 7) that?

i know can create file in python script , change print commands logging statements. wondering whether there simpler option.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -