Generally, that's normal python setup. For example wklej.to works on Cherokee + webpy.org
"runner.sh": --- #!/bin/bash nohup python2.4 /path/to/script.py 127.0.0.1:8003 scgi & --- give execute permissions ( chmod +x ... ) "script.py" normal webpy application define new information source with Interpreter runner.sh ( full path ) connection 127.0.0.1:8003 save, and done. Greetings Jędrzej Nowak On Thu, Nov 19, 2009 at 4:51 AM, Andre Smit <[email protected]> wrote: > Please post a tutorial or cookbook example to setup cherokee with webpy. > > Thanks > > Andre > > _______________________________________________ > Cherokee mailing list > [email protected] > http://lists.octality.com/listinfo/cherokee > > _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
