Re: No module named MySQLdb

2016-09-20 Thread Tim Graham
ySQL/PyMySQL >> >> >> 2016-09-20 11:01 GMT-03:00 fossildoc <doctor...@gmail.com >: >> >>> I am a newbie to Django. I am running Django 1.10.1, Python 3.5.2, and >>> MySQL server 5.7.15. When I run migrate, I get the message "No module named >>

Re: No module named MySQLdb

2016-09-20 Thread Alessandro Madruga Correia
t; 2016-09-20 11:01 GMT-03:00 fossildoc <doctortra...@gmail.com>: > >> I am a newbie to Django. I am running Django 1.10.1, Python 3.5.2, and >> MySQL server 5.7.15. When I run migrate, I get the message "No module named >> MySQLdb". There are various posts which say t

Re: No module named MySQLdb

2016-09-20 Thread Carlos Andre
ySQL server 5.7.15. When I run migrate, I get the message "No module named > MySQLdb". There are various posts which say that MySQLdb is not supported > by Python 3, and there are a couple of posts which offer solutions, but > only for older versions of Django. Any help, please. >

No module named MySQLdb

2016-09-20 Thread fossildoc
I am a newbie to Django. I am running Django 1.10.1, Python 3.5.2, and MySQL server 5.7.15. When I run migrate, I get the message "No module named MySQLdb". There are various posts which say that MySQLdb is not supported by Python 3, and there are a couple of posts which offer

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

2012-11-20 Thread Tom Evans
On Tue, Nov 20, 2012 at 2:14 PM, Cj Taylor wrote: > Correct, Sergiy. As I fiddle with this nightly, the core of my issue seems > to be that mysqldb is not yet python3 ready and django 1.5 is calling for > it. I changed my database settings in settings.py to >

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

2012-11-20 Thread Cj Taylor
Correct, Sergiy. As I fiddle with this nightly, the core of my issue seems to be that mysqldb is not yet python3 ready and django 1.5 is calling for it. I changed my database settings in settings.py to ' django.db.backends.mysql' which in return calls for mysqldb when I do: python manage.py

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

2012-11-19 Thread Sergiy Khohlov
Which version of django ? Is this one version has python 3.x support ? 2012/11/20 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

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: > > > That package installs into

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

2012-11-18 Thread I単igo Medina
On Sat, 17 Nov 2012, Cj Taylor wrote: 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? Check out pymysql:

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

2012-11-18 Thread I単igo Medina
On Sat, 17 Nov 2012, Cj Taylor wrote: 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? Check out pymysql:

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

2012-11-18 Thread I単igo Medina
On Sat, 17 Nov 2012, Cj Taylor wrote: 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? Check out pymysql:

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

2012-11-18 Thread Sandeep kaur
On Sun, Nov 18, 2012 at 4:11 AM, Cj Taylor wrote: > 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? See

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

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

2012-11-17 Thread Sandeep kaur
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 Group

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

2012-11-15 Thread Cj Taylor
s Database ImportError: No module named MySQLdb During handling of the above exception, another exception occurred: Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.2/dist-packages/django/core/managemen

Re: No module named MySQLdb

2008-12-03 Thread Brian Neal
On Dec 3, 5:54 pm, Udbhav <[EMAIL PROTECTED]> wrote: > > Whenever I point my browser at twinsistermusic.com/mysite/ I get the > following error: > > ImproperlyConfigured: Error loading MySQLdb module: No module named > MySQLdb > > Now, I'm pretty sure I installed My

No module named MySQLdb

2008-12-03 Thread Udbhav
PythonDebug On PythonPath "['/var/www/vhosts/twinsistermusic.com/django'] + sys.path" Whenever I point my browser at twinsistermusic.com/mysite/ I get the following error: ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb Now, I'm pretty sure I