Hi,
I'm working with the most recent versions of both django and photologue.
When I add photologue to the INSTALLED_APPS, the testserver stops
working and I get this traceback:
Validating models...
Unhandled exception in thread started by <function inner_run at
0x4020b0>
Traceback (most recent call last):
File "/Library/Python/2.5/site-packages/django/core/management/
commands/runserver.py", line 47, in inner_run
self.validate(display_num_errors=True)
File "/Library/Python/2.5/site-packages/django/core/management/
base.py", line 122, in validate
num_errors = get_validation_errors(s, app)
File "/Library/Python/2.5/site-packages/django/core/management/
validation.py", line 28, in get_validation_errors
for (app_name, error) in get_app_errors().items():
File "/Library/Python/2.5/site-packages/django/db/models/
loading.py", line 128, in get_app_errors
self._populate()
File "/Library/Python/2.5/site-packages/django/db/models/
loading.py", line 57, in _populate
self.load_app(app_name, True)
File "/Library/Python/2.5/site-packages/django/db/models/
loading.py", line 72, in load_app
mod = __import__(app_name, {}, {}, ['models'])
File "/Users/benjamin/Code/django/apps/photologue/models.py", line
119, in <module>
class Gallery(models.Model):
File "/Library/Python/2.5/site-packages/django/db/models/base.py",
line 88, in __new__
new_class.add_to_class(obj_name, obj)
File "/Library/Python/2.5/site-packages/django/db/models/base.py",
line 139, in add_to_class
value.contribute_to_class(cls, name)
File "/Users/benjamin/Prog/django/birchcove/tagging/fields.py",
line 33, in contribute_to_class
AttributeError: 'module' object has no attribute 'connect'
The strange thing is that the directory 'Prog' doesn't exist any more,
so there is no file /Users/benjamin/Prog/django/birchcove/tagging/
fields.py.
Why is the traceback referring to a non-existent file?
And, as I'm fairly new to python and not even close to being familiar
with tracebacks, could someone please tell me what's going on here in
general?
-benjamin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---