Python Service

David LeBlanc whisper at oz.net
Sat May 11 16:04:42 EDT 2002


Noooo..... pipes != services on NT/2k!

Take a look at win32service in PythonWin32Extensions doc part of PythonWin.

Even better py2exe:
"Release 0.3.0: py2exe can now build windows NT services.
The exe-file will now contain a version resource. "

http://starship.python.net/crew/theller/py2exe/

David LeBlanc
Seattle, WA USA

> -----Original Message-----
> From: python-list-admin at python.org
> [mailto:python-list-admin at python.org]On Behalf Of Afonso Fernandez
> Nogueira
> Sent: Saturday, May 11, 2002 7:48
> To: python-list at python.org
> Subject: Re: Python Service
>
>
> ----- Original Message -----
> From: "David LeBlanc" <whisper at oz.net>
> > I think python-win has such a utility. I'm pretty sure that there's some
> > python thing that will support this. I think Zope might use it
> to run Zope
> > as a service.
>
> Bingo. From pythonwin docs:
>
> """
> win32pipe
> A module that provides popen() functionality (and more!) to work
> from a win32 GUI process (which os.popen doesnt!). This module
> also exposes the win32 pipe API, allowing you to create and
> connect named pipes.
> """
>
> cheers,
> fonso
>
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list






More information about the Python-list mailing list