Hi folks, I downloaded Django 1.4.4 this evening and after switching to it started getting the following error on my CentOS 6.3 / Python 2.6 based system:
ImportError: Bad magic number in /usr/lib/python2.6/site-packages/django/contrib/sessions/management/__init__.pyc After confirming my md5sum matches the published signature I noticed, unlike the previous version, the Django 1.4.4 source tarball includes several .pyc files: $ find . -name \*.pyc ./conf/locale/__init__.pyc ./conf/locale/en/__init__.pyc ./conf/locale/en/formats.pyc ./contrib/sessions/management/__init__.pyc In the case of ./contrib/sessions/management/__init__.pyc an __init__.py is not provided. Is it possible compiled 2.7 .pyc files were included instead of .py files by mistake? My apologies in advance if I've misunderstood some aspect of Django packaging/installation and thanks for this awesome project... -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
