Am 26.08.2008 um 15:56 schrieb Karen Tracey:
> The traceback shows the sequence of calls made. So runserver.py on > line 47 called self.validate... which wound up on line 122 of > base.py calling get_validation_errors, etc. until you get to line > 139 of base.py caling contribute_to_class on value, which apparently > takes you into your fields.py under Prog/django/birchcove/ > tagging....only you say that no longer exists? > > Are you sure you deleted Prog entirely or just the source .py files > under it? I've seen tracebacks referring to non-existent files only > when the compiled Python files (.pyc) created for them still exist. > Solution is usually to delete all .pyc files from the tree to make > sure all the old stuff is really gone. > > Karen Thanks Karen! Yes, I'm sure Prog isn't there any more, because I renamed the entire directory. And deleted the files that are referenced by the traceback. But I think I found the mistake. I did a grep on my whole django directory, and those were the results: benjamin-buchs-macbook:~ benjamin$ egrep -rni -e "/Users/benjamin/Prog/ django/birchcove/tagging" /Users/benjamin/Code/django/ Binary file /Users/benjamin/Code/django/apps/tagging/__init__.pyc matches Binary file /Users/benjamin/Code/django/apps/tagging/fields.pyc matches Binary file /Users/benjamin/Code/django/apps/tagging/managers.pyc matches Binary file /Users/benjamin/Code/django/pps/tagging/models.pyc matches Binary file /Users/benjamin/Code/django/apps/tagging/settings.pyc matches Binary file /Users/benjamin/Code/django/apps/tagging/templatetags/ __init__.pyc matches Binary file /Users/benjamin/Code/django/apps/tagging/templatetags/ tagging_tags.pyc matches Binary file /Users/benjamin/Code/django/apps/tagging/utils.pyc matches Binary file /Users/benjamin/Code/django/apps/tagging/validators.pyc matches I removed the files, no problem with photologue any more... -benjamin --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---