Hi,

I tried the 1.4.5 because I got the same error with ubuntu and postgres
Do you have any idea? 

Regards,
Lucien


python -c "import django; print(django.get_version())"
1.4.5

 python manage.py syncdb
Traceback (most recent call last):
  File "manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File 
"/usr/local/lib/python2.6/dist-packages/django/core/management/__init__.py", 
line 443, in execute_from_command_line
    utility.execute()
  File 
"/usr/local/lib/python2.6/dist-packages/django/core/management/__init__.py", 
line 382, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File 
"/usr/local/lib/python2.6/dist-packages/django/core/management/base.py", 
line 196, in run_from_argv
    self.execute(*args, **options.__dict__)
  File 
"/usr/local/lib/python2.6/dist-packages/django/core/management/base.py", 
line 232, in execute
    output = self.handle(*args, **options)
  File 
"/usr/local/lib/python2.6/dist-packages/django/core/management/base.py", 
line 371, in handle
    return self.handle_noargs(**options)
  File 
"/usr/local/lib/python2.6/dist-packages/django/core/management/commands/syncdb.py",
 
line 40, in handle_noargs
    import_module('.management', app_name)
  File "/usr/local/lib/python2.6/dist-packages/django/utils/importlib.py", 
line 35, in import_module
    __import__(name)
ImportError: Bad magic number in 
/usr/local/lib/python2.6/dist-packages/django/contrib/sessions/management/__init__.pyc

-- 
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+unsubscr...@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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to