Hi Will,

On 12 ?.?. 2010, at 16:52, Will McGugan wrote:

> Hi,
> 
> I've just upgraded my development machine from Ubuntu 10.04 to 10.10.
> Unfortunately, now my Django apps wont start, I get the following
> traceback on runserver:

<snip>

>  File "/usr/local/lib/python2.6/dist-packages/django/db/backends/
> mysql/base.py", line 14, in <module>
>    raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e)
> django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb
> module: libmysqlclient_r.so.15: cannot open shared object file: No
> such file or directory

Looks to me like the upgrade has done something to your mysql-client libraries. 
I'd check their installation status via aptitude, perhaps do a reinstall of the 
mysql client package. Can you connect to your DB from the command line?

Good luck!
Jonthan

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to