First feedback is that I'm having trouble installing cyclone. :/ What steps does it take from, say, a vanilla Debian Squeeze to an environment where `twistd -n cyclone -r pyonionoo.web.Application` works? Ideally, these steps only include `apt-get install`, but if something else is needed, I'll try to convince weasel to run that on the Tor machine.
The 'apt-get' way to install python packages is 'pip'.
$ apt-get install python-twisted-web python-twisted-core python-pip $ pip install cyclone
Thanks, -Sathya