Re: [Twisted-Python] How to package a program that I'm running as twistd dmucs.py

2010-08-30 Thread Glyph Lefkowitz
On Aug 30, 2010, at 11:51 AM, Victor Norman wrote: > Can someone recommend the correct way to package up my application so that it > can be run by typing > > dmucsd > > ? > > Thanks. > > Vic The best way to do this is to write a twistd plugin (so your script can process its own arguments

Re: [Twisted-Python] How to package a program that I'm running as twistd dmucs.py

2010-08-30 Thread Jason J. W. Williams
I've typically accomplished this with a BASH script packaged with the app or an init.d script. -J On Mon, Aug 30, 2010 at 9:51 AM, Victor Norman wrote: > I am nearing the end of developing my application and am thinking about how > to package it up.  I have been testing it by running it this way