No one was able to answer Carl Mercier's question:

I'm trying to deploy a Django app to a Ubuntu server. When I try to run the dev server, here's what I get:

python manage.py runserver
Validating models...
Unhandled exception in thread started by
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/core/management.py", line 1039, in inner_run
validate()
File "/usr/local/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/core/management.py", line 1003, in validate
num_errors = get_validation_errors(outfile)
File "/usr/local/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/core/management.py", line 815, in get_validation_errors
from django.db import models
File "/usr/local/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/db/__init__.py", line 11, in ?
backend = __import__('django.db.backends.%s.base' % settings.DATABASE_ENGINE, '', '', [''])
File "/usr/local/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/db/backends/mysql/base.py", line 13, in ?
from MySQLdb.converters import conversions
File "/usr/local/lib/python2.4/site-packages/MySQLdb/converters.py", line 40, in ?
import array
ImportError: /usr/local/lib/python2.4/lib-dynload/array.so: undefined symbol: PyUnicodeUCS2_FromUnicode

I compiled everything from source (ie: no apt-get).

People succeed in answering Carl Mercier's questions 23% of the time (5 successes in 22 attempts).