;
>>
>> 2016-09-20 11:01 GMT-03:00 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 vario
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 th
grate, 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.
>
> --
> You received th
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 solu
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
> 'django.db.backends.mysql' which in
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 sy
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 18, 2012 4:57:02 PM
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
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:
https://github.c
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:
https://github.c
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:
https://github.c
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 if this helps :
h
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
mproperlyConfigured: 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
"Djan
mport MySQLdb as 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
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 install
ysite
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&
17 matches
Mail list logo