I come from a PHP background so I'm used to everything being in one place. I want to install a python program (Zine)so that I can hack on it. The instructions I've found install it to the system in multiple folders. I do not want to edit files that are installed in Linux system directories.
What is the python way to layout the directory on the filesystem for a web program that under active development?
would it be:
https://waybackassets.bk21.net/htdocs/python/modules/app.py
or
https://waybackassets.bk21.net/python/modules/app.py
https://waybackassets.bk21.net/htdocs/
or
https://waybackassets.bk21.net/python/modules/app.py
https://waybackassets.bk21.net/python/htdocs/
mod_python
? – 9000 Jul 3 '11 at 17:50