GeoffOs
unread,Jul 1, 2009, 4:49:27 PM7/1/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Rancho
Hi,
I have just downloaded the source and I am attempting to get it going.
I have edited the settings.py
but when I attempt to syncdb I get the error:
Validating models...
Unhandled exception in thread started by <function inner_run at
0xb7964b54>
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Django-1.0.2_final-py2.4.egg/
django/core/management/commands/runserver.py", line 48, in inner_run
self.validate(display_num_errors=True)
File "/usr/lib/python2.4/site-packages/Django-1.0.2_final-py2.4.egg/
django/core/management/base.py", line 246, in validate
num_errors = get_validation_errors(s, app)
File "/usr/lib/python2.4/site-packages/Django-1.0.2_final-py2.4.egg/
django/core/management/validation.py", line 28, in
get_validation_errors
for (app_name, error) in get_app_errors().items():
File "/usr/lib/python2.4/site-packages/Django-1.0.2_final-py2.4.egg/
django/db/models/loading.py", line 128, in get_app_errors
self._populate()
File "/usr/lib/python2.4/site-packages/Django-1.0.2_final-py2.4.egg/
django/db/models/loading.py", line 57, in _populate
self.load_app(app_name, True)
File "/usr/lib/python2.4/site-packages/Django-1.0.2_final-py2.4.egg/
django/db/models/loading.py", line 72, in load_app
mod = __import__(app_name, {}, {}, ['models'])
ImportError: No module named rancho.user
I thought at first it was because I was on a older version of django
but I have updated it to v1.02.
Any help would be highly appreciated.
Cheers,
Geoff