On 27/01/2011 2:35pm, Casual Coder wrote:
import django
django.VERSION
(0, 96.400000000000006, None)
django.get_version()
Traceback (most recent call last):
File "<console>", line 1, in<module>
AttributeError: 'module' object has no attribute 'get_version'
Maybe Django version 0.96 didn't use a get_version() function?
Have a look inside <path to>/site-packages/django/__init__.py to see
what is happening.
If you are just beginning with django it would be better to start with a
more up-to-date version. I recommend using the development version but
if that worries you then at least the most recent production release.
I don't know for sure but I wouldn't be surprised if 0.96 is no longer
supported.
Mike
--
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.