I had installed py2exe-0.5.4 win32 for pyhton 2.4 and mentioned, that
there is a small bug, when trying to create a service executable. I
wanna applogize, if the stuff, I had found was solved or described
somewhere else.
The problem occures, if appropriate service class isn't in the module,
which is in the root of package (assuming "BBSService" is a module in
the root and "ank.BBS.BBSService" isn't) So if `service` argument of a
`setup` call was specified for example like
`service=["ank.BBS.BBSService"]`, the service could not be started,
cuz bootstraper of the service is looking suitable class in the `ank`
module, but not in the `ank.BBS.BBSService`, as it should.
A diff, where the problem is solved is attached to this mail.
--
Best wishes,
Yaroslav
|