Error after installing Django (supposed PATH or PYTHONPATH "error")
- by illuminated
Hi all,
I guess this is a PATH/PYTHONPATH error, but my attempts failed so far to make django working.
System is Ubuntu 10.04, 64bit:
mx:~/webapps$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04 LTS"
Python version: 2.6.5:
@mx:~/webapps$ python -V
Python 2.6.5
When I run…