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 w
Markus,
I wonder if you've seen this really excellent tutorial:
http://krondo.com/?page_id=1327
It is one of the finest tutorials I've seen anywhere on the web, on any
topic.
In fact, I think the Twisted leadership should put links to this tutorial
all over their home page. While the finger "t
Hear! Hear!
My major disappointment with Twisted is its documentation. I've used many
many packages over the years, some with books and books of documentation (HP
OpenView, e.g.), but I've never encountered a package with poorer help for a
newbie.
I finally started to get it when I stumbled upon