I downloaded  Django-1.2.1 and installed it for Python 2.6.4 on
ubuntu.
Please help to fix the IndentationError: unexpected indent problem.
Thanks.

$ uname -a
Linux core2quad 2.6.31-17-generic-pae #54-Ubuntu SMP Thu Dec 10
17:23:29 UTC 2009 i686 GNU/Linux

$tar xzvf Django-1.2.1.tar.gz
$cd Django-1.2.1
$sudo python setup.py install


$ python
Python 2.6.4 (r264:75706, Dec  7 2009, 18:45:15)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>  import django
  File "<stdin>", line 1
    import django
    ^
IndentationError: unexpected indent
>>>  import django
  File "<stdin>", line 1
    import django
    ^
IndentationError: unexpected indent
>>>



-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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