Windows service in production?
alex23
wuwei23 at gmail.com
Tue Aug 16 04:08:33 EDT 2011
More information about the Python-list mailing list
Tue Aug 16 04:08:33 EDT 2011
- Previous message (by thread): Windows service in production?
- Next message (by thread): Windows service in production?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
snorble <snor... at hotmail.com> wrote: > If using Visual Studio and C# is the more reliable way, then I'll go > that route. I love Python, but everything I read about Python services > seems to have workarounds ahoy for various situations (or maybe that's > just Windows services in general?). What workarounds do you mean? Every example I've ever seen makes direct use of the Windows modules for Python. > And there seem to be multiple > layers of workarounds, since it takes py2exe (or similar) and there > are numerous workarounds required there, depending on which libraries > and functionality are being used. What about existing code recipes which were featured in the Python Cookbook? http://code.activestate.com/recipes/551780/ Not a hint of pyexe or weird hackery.
- Previous message (by thread): Windows service in production?
- Next message (by thread): Windows service in production?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list