johnrajbd / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

Fixed: catch strange errors messages in windows installer #310

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When installing on windows this error appeared in installer window:
    close failed in file object destructor: 
    sys.excepthook is missing 
    lost sys.stderr
Actually, the installation is OK.
This seems to be an error in python handling of stdout/stderr.
problem was that this error could not be caught van try .... except.

The error does not appear anymore now.
(that's good)
Alas the normal messages bots give do still not appear.
But thsi is better than it was.

Original issue reported on code.google.com by hjebb...@gmail.com on 23 May 2014 at 4:01

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 10 Sep 2014 at 2:58