Hello, I'm using py2exe to convert python code to a service. It all works great. One little problem is that when I run MyService.exe -option, it always returns 0 exit code. This makes trapping errors too hard. Could this be fixed? I'm using 0.5.0. Ehab