Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #110493

Re: not able to install mysqldb-python

From Chris Warrick <kwpolska@gmail.com>
Newsgroups comp.lang.python
Subject Re: not able to install mysqldb-python
Date 2016-06-25 09:47 +0200
Message-ID <mailman.109.1466840836.11516.python-list@python.org> (permalink)
References <103a2db1-c5fb-40bc-92a4-19feb5f1de35@googlegroups.com> <HE1PR07MB1356F20C8A9368455E37153AF02D0@HE1PR07MB1356.eurprd07.prod.outlook.com> <mailman.82.1466704092.11516.python-list@python.org> <f6507dac-f816-4cff-8ee1-8dc2bcdf81c6@googlegroups.com> <CAMw+j7KQpKs568xLZJef=+A2rYO6miUmOo9ReUeQVB8NM0f9sQ@mail.gmail.com>

Show all headers | View raw


On 24 June 2016 at 09:46, Arshpreet Singh <arsh840@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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

not able to install mysqldb-python Arshpreet Singh <arsh840@gmail.com> - 2016-06-23 05:11 -0700
  Re: not able to install mysqldb-python INADA Naoki <songofacandy@gmail.com> - 2016-06-23 22:02 +0900
  RE: not able to install mysqldb-python Joaquin Alzola <Joaquin.Alzola@lebara.com> - 2016-06-23 12:21 +0000
    Re: not able to install mysqldb-python Arshpreet Singh <arsh840@gmail.com> - 2016-06-24 00:46 -0700
      Re: not able to install mysqldb-python Chris Warrick <kwpolska@gmail.com> - 2016-06-25 09:47 +0200
    Re: not able to install mysqldb-python Lawrence D’Oliveiro <lawrencedo99@gmail.com> - 2016-06-25 22:54 -0700

csiph-web