Saturday, February 1, 2014

This is what I get after import django when I enter the print(django.ger_version()) command

print(django.get_version())
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "django/__init__.py", line 6, in get_version
    from django.utils.version import get_version
  File "django/utils/version.py", line 1
SyntaxError: future feature unicode_literals is not defined
>>>

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ded76c7e-2dc7-4f19-b30f-e1fa35486830%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment