On Mar 19, 2010, at 3:16 PM, null null wrote: > Im trying to get a daemon up and running but i cant get python-daemon to > create a PID file. > versions: > Python 2.5.2 > python-daemon-1.5.5 > Debian Linux 2.6.26-2-686
This is the mailing list for Twisted, which you do not appear to be using. Twisted also does not use python-daemon, and has pretty much nothing to do with it. For information on python-daemon, including an email address for its author, please see <http://pypi.python.org/pypi/python-daemon/>. However, if you use the 'twistd' tool which is bundled with Twisted, it will create PID files for you, and you won't have this problem :). _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
