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:<br><br>twistd -ny dmucs.py<br><br>I was hoping I could just rename my dmucs.py to dmucsd   and then put this in the first line of the file:<br>
<br>#!/bin/env twistd -ny <br><br>(or whatever other args instead of -ny)<br><br>But, this isn&#39;t working for me.  <br><br>Can someone recommend the correct way to package up my application so that it can be run by typing <br>
<br>dmucsd <br><br>?<br><br>Thanks.<br><br>Vic<br clear="all"><br>-- <br>“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<br>
<br>