I installed Django 1.1 on my Windows 7 machine with 64bit Python 2.6.2
without any problems, but now I tried to install it on Windows XP with
Python 2.6.2 and here is what I get:

D:\Django-1.1>python setup.py install
Traceback (most recent call last):
  File "setup.py", line 69, in <module>
    version = __import__('django').get_version()
  File "D:\Django-1.1\django\__init__.py", line 12, in get_version
    from django.utils.version import get_svn_revision
  File "D:\Django-1.1\django\utils\__init__.py", line 1
    Django-1.1/of the Lawrence Journal-World newspaper in Lawrence,
Kansas.
                           ^
SyntaxError: invalid syntax

Any ideas?

--~--~---------~--~----~------------~-------~--~----~
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