not able to install mysqldb-python

Chris Warrick kwpolska at gmail.com
Sat Jun 25 03:47:13 EDT 2016


On 24 June 2016 at 09:46, Arshpreet Singh <arsh840 at gmail.com> wrote:
> On Thursday, 23 June 2016 23:18:27 UTC+5:30, Joaquin Alzola  wrote:
>> >    ImportError: No module named 'ConfigParser'
>>  It is telling you the error
>> This email is confidential and may be subject to privilege. If you are not the intended recipient, please do not copy or disclose its content but contact the sender immediately upon receipt.
>
> Thanks but somehow it fixed itself. :P now able to install mysql-python without any problem.
> --
> https://mail.python.org/mailman/listinfo/python-list

It didn’t. mysql-python is installable with Python 2 only, so you
probably installed it for your system Python 2 install instead of your
Python 3 django virtualenv.
Either way, please use mysqlclient instead, as recommended by the
Django developers.

-- 
Chris Warrick <https://chriswarrick.com/>
PGP: 5EAAEA16



More information about the Python-list mailing list