I just did a django install on my Macbook Pro (2.5 GHz Intel Core 2
Duo) running 10.5.5. I can create projects with startproject and they
are populated with manage.py, settings.py, settings.pyc and urls.py.

The problem is when I try to run the server, I get the following
errors. Thoughts?

$ python manage.py runserver
Validating models...
Unhandled exception in thread started by <function inner_run at
0x65bdb0>
Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/
lib/python2.5/site-packages/django/core/management/commands/
runserver.py", line 48, in inner_run
    self.validate(display_num_errors=True)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/
lib/python2.5/site-packages/django/core/management/base.py", line 246,
in validate
    num_errors = get_validation_errors(s, app)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/
lib/python2.5/site-packages/django/core/management/validation.py",
line 22, in get_validation_errors
    from django.db import models, connection
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/
lib/python2.5/site-packages/django/db/__init__.py", line 22, in
<module>
    backend = __import__('%s.base' % settings.DATABASE_ENGINE, {}, {},
[''])
ImportError: No module named dummy.base

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

Reply via email to