exit code from py2exe as a service

From: Ehab Teima (ehab_teima_at_hotmail.com)
Date: 05/31/04


Date: 31 May 2004 07:54:06 -0700

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