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: mkaurkha...@gmail.com
Blog: sandymadaan.wordpress.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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