Re: django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb

2012-11-20 Thread Cj Taylor
> 2012/11/20 Cj Taylor <c...@cjcode.com >: > > ok, so what needs to happen here? Do I need to recode > > /usr/local/lib/python3.2/dist-packages/django/db/backends/mysql/base.py > to > > use this new module? > > > > > > On Su

Re: django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb

2012-11-19 Thread Cj Taylor
ok, so what needs to happen here? Do I need to recode /usr/local/lib/python3.2/dist-packages/django/db/backends/mysql/base.py to use this new module? On Sunday, November 18, 2012 4:57:02 PM UTC-5, iƱigo medina wrote: > > > On Sat, 17 Nov 2012, Cj Taylor wrote: > > > Tha

Re: django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb

2012-11-17 Thread Cj Taylor
That package installs into my python directory but not python3. I'm currently trying to get Django 1.5 to work with python3. Are there other ways currently to get mysql to work with django and the python3 environment? Try this : > sudo apt-get install python-mysqldb > > -- > Sandeep Kaur

django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb

2012-11-15 Thread Cj Taylor
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