I believe you just updated to the latest subversion trunk and are
running MySQL and encountered a bug that was fixed in r10030. The error
is being reported from a piece of code that changed heavily yesterday
(literally, about 24 hours ago as I write this) and there were some
side-effects that were still being sorted out over the next few hours.
If that's not your situation, pleaes provide some details about database
backend, Django version, etc.
Regards,
Malcolm
Ah, the "dummy" backend -- now I read more closely, I can see it
mentioned in the traceback. Okay, so that's another overlooked case, but
nobody really uses dummy anyway, so it's pretty harmless. I'll fix it,
though.
[...]
> raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e)
> django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb
> module: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required
> by /home/teamhuma/.python-eggs/MySQL_python-1.2.3b1-py2.6-linux-
> i686.egg-tmp/_mysql.so)
That's an entirely unrelated problem, though (once again "easy_install"
screws somebody over. As Jacob mentions frequently, given the name of
that script, there are only two things it has to do well and it so often
fails to satisfy either advertised claim).
Given you've claimed to be a "noob" in the title, perhaps you should
stick to released versions for a bit (e.g. prefer your distro-supplied
MySQLdb package). There are going to be enough ways to raise errors
without trying to add complications. :-)
Regards,
Malcolm