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

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -