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:

twistd -ny dmucs.py

I was hoping I could just rename my dmucs.py to dmucsd   and then put this
in the first line of the file:

#!/bin/env twistd -ny

(or whatever other args instead of -ny)

But, this isn't working for me.

Can someone recommend the correct way to package up my application so that
it can be run by typing

dmucsd

?

Thanks.

Vic

-- 
“A designer knows he has achieved perfection not when there is nothing left
to add, but when there is nothing left to take away.” -- Antoine de Saint
Exupéry
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to