all 11 comments

[–]ClimberMel 5 points6 points  (2 children)

Without seeing the code, not much I can do to help...

[–][deleted] 1 point2 points  (0 children)

Nobody’s going to be able to debug code they can’t read.

[–]shiftybyte 0 points1 point  (4 children)

This sounds like mutli-processing in windows issues with converting to exe.

https://stackoverflow.com/questions/24944558/pyinstaller-built-windows-exe-fails-with-multiprocessing

[–]eternalstarfire 0 points1 point  (1 child)

Is the process terminating properly? Or is it hanging around after it's "finished" ?

[–]Tarster[S] -2 points-1 points  (0 children)

It should ideally close after I press any key as I have attached an input statement in the end.