Hi,

I'm getting the following error when I run "python manage.py", "python
manage.py runserver", or "python manage.py shell" in my project's
directory:

Traceback (most recent call last):
  File "manage.py", line 11, in <module>
    execute_manager(settings)
  File "/usr/lib/python2.6/site-packages/django/core/management/
__init__.py", line 360, in execute_manager
    setup_environ(settings_mod)
  File "/usr/lib/python2.6/site-packages/django/core/management/
__init__.py", line 343, in setup_environ
    project_module = import_module(project_name)
  File "/usr/lib/python2.6/site-packages/django/utils/importlib.py",
line 35, in import_module
    __import__(name)
ValueError: bad marshal data

I tried to take out the project name from import statements in my
applications using "find . -type f | xargs grep -l 'oslaurier.' |
xargs sed -i -e 's/oslaurier.//g'" right before the error above
started occuring. After it stared happened I performed a hard reset
with git to a version that ran previously with no problems. Now I get
the error above. I also switched over to another branch that I hadn't
touched in a month and that gives me the error above as well.

I'd be very thankful for any help you can provide.

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