Python Service

Afonso Fernandez Nogueira spam at aturuxo.net
Sat May 11 10:48:00 EDT 2002


----- 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






More information about the Python-list mailing list