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:
File "/usr/local/lib/python2.6/dist-packages/django/core/management/ commands/runserver.py", line 48, in inner_run self.validate(display_num_errors=True) File "/usr/local/lib/python2.6/dist-packages/django/core/management/ base.py", line 245, in validate num_errors = get_validation_errors(s, app) File "/usr/local/lib/python2.6/dist-packages/django/core/management/ validation.py", line 22, in get_validation_errors from django.db import models, connection File "/usr/local/lib/python2.6/dist-packages/django/db/__init__.py", line 75, in <module> connection = connections[DEFAULT_DB_ALIAS] File "/usr/local/lib/python2.6/dist-packages/django/db/utils.py", line 91, in __getitem__ backend = load_backend(db['ENGINE']) File "/usr/local/lib/python2.6/dist-packages/django/db/utils.py", line 32, in load_backend return import_module('.base', backend_name) File "/usr/local/lib/python2.6/dist-packages/django/utils/ importlib.py", line 35, in import_module __import__(name) 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 I realise this probably isn't specifically a Django issue, but it sounds like an issue that other Django devs would have experienced. Any help would be appreciated... Will -- 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.