On Fri, Nov 16, 2012 at 10:59 AM, Cj Taylor <
c...@cjcode.com> wrote:
> Hello all,
> I'm new to Django and somewhat Python (a PHP refugee). I have been
> learning Python 3.0 so decided to give 1.5 a run. I tried to run the
> command below and mysqldb is missing. I noticed on
>
http://mysql-python.blogspot.com/ that mysqldb won't be ready for 3.0 until
> the 1.3 release. So I guess the question is if there's any kind of
> workaround at the moment?
>
<snip>
> raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e)
> django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module:
> No module named MySQLdb
>
Try this :
sudo apt-get install python-mysqldb
--
Sandeep Kaur
E-Mail:
mkaur...@gmail.com
Blog:
sandymadaan.wordpress.com