The Artima Developer Community
Sponsored Link

Python Buzz Forum
PyDS as a Windows Service

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Rand Anderson

Posts: 38
Nickname: randog
Registered: Mar, 2004

Rand Anderson is a modeler who hacks in python
PyDS as a Windows Service Posted: May 9, 2004 9:31 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Rand Anderson.
Original Post: PyDS as a Windows Service
Feed Title: Python Postings
Feed URL: http://www.executableabstractions.com/weblog/Python/rss.xml
Feed Description: On my explorations of python
Latest Python Buzz Posts
Latest Python Buzz Posts by Rand Anderson
Latest Posts From Python Postings

Advertisement

I now have my PyDS desktop server running as a Windows service, thanks to these clues. This is much more convenient and 'cleaner' than the previous mechanism of starting up the server from a cmd-shell.

The best impact is that I no longer run into localhost-not-localhost because I forgot to start up PyDS.

This solution leverages the ZService.py script from the Zope distribution. Nice little gem to keep in mind for running some python as a Windows service.

Read: PyDS as a Windows Service

Topic: Just wishing Previous Topic   Next Topic Topic: Psyco explained by animations

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use