Re: ImportError: No module named base

2008-02-18 Thread [EMAIL PROTECTED]
> Most likely, you all have out-of-date versions of the MySQLDb adapter > (the Python module which lets Python talk to a MySQL database). I'm using the SQLite database for development, so no MySQLDb adapter is necessary. ;-) But it works with the Python version which comes with Leopard. I dein

Re: ImportError: No module named base

2008-02-18 Thread James Bennett
Most likely, you all have out-of-date versions of the MySQLDb adapter (the Python module which lets Python talk to a MySQL database). -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~-~--~~~---~--~~ You received this message

Re: ImportError: No module named base

2008-02-18 Thread Noah
Me too --~--~-~--~~~---~--~~ 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

Re: ImportError: No module named base

2008-02-06 Thread [EMAIL PROTECTED]
Hello! On 15 Jan., 15:38, Chris Pratt <[EMAIL PROTECTED]> wrote: > I'm getting the following error message when running "python manage.py > runserver" It's the same here - Mac OS 10.5.1 (Leopard), Python 2.5.1 from Macports. Did you find a solution or workaround to fix it? Thanks in advance,

ImportError: No module named base

2008-01-15 Thread Chris Pratt
go/django/core/ management/validation.py", line 22, in get_validation_errors from django.db import models, connection File "/opt/local/lib/python2.5/site-packages/django/django/db/ __init__.py", line 23, in backend = __import__('%s.base' % settings.DATABASE_ENG