On Tuesday, 9 October 2012 13:46:02 UTC-4, Wnt2bsleepin wrote:
>
> 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
> (1, 4, 1, 'final', 0)
> >>>
>
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/UmEwj4mqRucJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to