Hello

I have ActivePython 2.5.1.1 installed on an XPSP2 host. I downloaded
and untarred Django 1.0.2 Final, but when I type "setup.py install", I
get the following error:

=======
C:\Downloads\Django-1.0.2-final>setup.py install
Traceback (most recent call last):
  File "C:\Downloads\Django-1.0.2-final\setup.py", line 69, in
<module>
    version = __import__('django').get_version()
  File "C:\Downloads\Django-1.0.2-final\django\__init__.py", line 13,
in get_ve
sion
    from django.utils.version import get_svn_revision
  File "C:\Downloads\Django-1.0.2-final\django\utils\__init__.py",
line 1
    Django-1.0.2-final/of the Lawrence Journal-World newspaper in
Lawrence, Kan
as.
               ^
SyntaxError: invalid syntax
=======

Any idea what is wrong? Must I install SVN, even to install from a
package?

Thank you for any hint.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
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