Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #11829

Re: [Python] Re: Windows service in production?

Date 2011-08-18 22:45 -0500
From Chris Gonnerman <chris@gonnerman.org>
Subject Re: [Python] Re: Windows service in production?
References <90342eaa-28e2-4a86-9e5c-07299de10435@g9g2000yqb.googlegroups.com> <mailman.44.1313481167.27778.python-list@python.org> <27ced2ef-7ae8-4b40-b4eb-c9168f369598@w11g2000vbp.googlegroups.com> <4E4BB152.5020904@timgolden.me.uk>
Newsgroups comp.lang.python
Message-ID <mailman.207.1313725560.27778.python-list@python.org> (permalink)

Show all headers | View raw


Chiming in late here, but I've been running a very simple Python service 
for some time now on a number of computers.  It's my Raw Print Server, 
available at 
http://newcenturycomputers.net/projects/rawprintserver.html, and I have 
instructions on the page for installing the Windows service version. 
It's really quite simple to do in plain Python; the only reason to use 
py2exe is if you don't want to install a full Python interpreter on the 
computer.  But since I generally do anyway, it doesn't matter to me.

-- Chris.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Windows service in production? snorble <snorble@hotmail.com> - 2011-08-15 21:32 -0700
  Re: Windows service in production? Tim Golden <mail@timgolden.me.uk> - 2011-08-16 08:52 +0100
    Re: Windows service in production? snorble <snorble@hotmail.com> - 2011-08-16 07:46 -0700
      Re: Windows service in production? Tim Golden <mail@timgolden.me.uk> - 2011-08-17 13:17 +0100
      Re: [Python] Re: Windows service in production? Chris Gonnerman <chris@gonnerman.org> - 2011-08-18 09:30 -0500
      Re: [Python] Re: Windows service in production? Chris Gonnerman <chris@gonnerman.org> - 2011-08-18 22:45 -0500
  Re: Windows service in production? alex23 <wuwei23@gmail.com> - 2011-08-16 01:08 -0700
  Re: Windows service in production? aspineux <aspineux@gmail.com> - 2011-08-16 05:55 -0700
  Re: Windows service in production? Grummble <grrrrr@rrrrr.com> - 2011-08-18 22:24 -0400
  Re: Windows service in production? Stephen Hansen <me+list/python@ixokai.io> - 2011-08-18 22:00 -0700

csiph-web