I just installed django on my system. Following the install instructions ( http://www.howtoforge.com/how-to-install-django-on-debian-lenny-apache2-mod_python ), I ran the following line:
/usr/share/python-support/python-django/django/bin/django-admin.py startproject mysite * * to start a project. The command returns a file/directory not found error. After checking the file structure, I saw that /python-django/... does not exist. I am uncertain how to proceed. Advice would be appreciated. -- Eric