Can you explain why it's bad to use uppercase names in Nix systems? I will remake the account if I need to.
Here is the output of python
Python 2.4 (#2, Oct 7 2012, 20:19:23)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-52)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named django
>>>
and under python 2.7
Python 2.7.2 (default, Oct 6 2012, 14:11:15)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-52)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>> print django.VERSION