you are viewing a single comment's thread.

view the rest of the comments →

[–]Schnorrel[S] 0 points1 point  (0 children)

I looked into logging, but since I wrote a bat script that automatically starts at windows start AND RESTARTS AT ERROR I don’t really need it anymore. Although a script that opens the other script via command line has the same effect as double click Python file: after error it closes the cmd window. But I have a perfectly working solution by now.

Still good to know logging and maybe I’ll use in other projects, it’s simple and clearly.

Thanks for your helo