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


Groups > comp.lang.python > #38063 > unrolled thread

mySQLdb

Started byArmin Karner <armin.karner@yahoo.de>
First post2013-02-02 10:01 +0000
Last post2013-02-06 07:51 -0800
Articles 7 — 6 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  mySQLdb Armin Karner <armin.karner@yahoo.de> - 2013-02-02 10:01 +0000
    Re: mySQLdb Luuk <luuk@invalid.lan> - 2013-02-02 11:19 +0100
      Re: mySQLdb Michael Torrie <torriem@gmail.com> - 2013-02-02 11:29 -0700
      Re: mySQLdb Stefan Behnel <stefan_ml@behnel.de> - 2013-02-02 19:57 +0100
    Re: mySQLdb Steffen Mutter <steffen@webanimations.de> - 2013-02-03 09:54 +0000
    Re: mySQLdb sinaiy@gmail.com - 2013-02-06 07:51 -0800
    Re: mySQLdb sinaiy@gmail.com - 2013-02-06 07:51 -0800

#38063 — mySQLdb

FromArmin Karner <armin.karner@yahoo.de>
Date2013-02-02 10:01 +0000
SubjectmySQLdb
Message-ID<mailman.1288.1359799500.2939.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Dear Sir or Madam,



I am curious if there is an update of MySQLdb for python versions 3.3 or higher. Because I really need this for a diploma thesis. 
I've tried several of them, including various 2.x versions, but it didn't work. 
The system I use is a Microsoft Windows 7 64 bit. 

I really hope you have a solution for me, because it is quite urgent and important. 

I am looking forward to a quick answer!

Yours faithfully
Armin Karner

[toc] | [next] | [standalone]


#38064

FromLuuk <luuk@invalid.lan>
Date2013-02-02 11:19 +0100
Message-ID<2r5vt9-mpu.ln1@luuk.invalid.lan>
In reply to#38063
On 02-02-2013 11:01, Armin Karner wrote:
> MySQLdb for python versions 3.3 or higher

http://lmgtfy.com/?q=MySQLdb+for+python+versions+3.3+or+higher

[toc] | [prev] | [next] | [standalone]


#38086

FromMichael Torrie <torriem@gmail.com>
Date2013-02-02 11:29 -0700
Message-ID<mailman.1299.1359829798.2939.python-list@python.org>
In reply to#38064
On 02/02/2013 03:19 AM, Luuk wrote:
> On 02-02-2013 11:01, Armin Karner wrote:
>> MySQLdb for python versions 3.3 or higher
> 
> http://lmgtfy.com/?q=MySQLdb+for+python+versions+3.3+or+higher

Embarrassingly, most of the links on the google search results page are
about people asking the same question as the OP.  In fact the first post
is the original poster's question!

It looks like there is a release candidate on github (you can find that
in the google results), but I don't think there's a binary for windows
yet.  You'll have to compile it yourself.  The third result maybe of use
to you as it talks about an alternative implementation.




[toc] | [prev] | [next] | [standalone]


#38087

FromStefan Behnel <stefan_ml@behnel.de>
Date2013-02-02 19:57 +0100
Message-ID<mailman.1300.1359831469.2939.python-list@python.org>
In reply to#38064
Michael Torrie, 02.02.2013 19:29:
> On 02/02/2013 03:19 AM, Luuk wrote:
>> On 02-02-2013 11:01, Armin Karner wrote:
>>> MySQLdb for python versions 3.3 or higher
>>
>> http://lmgtfy.com/?q=MySQLdb+for+python+versions+3.3+or+higher
> 
> Embarrassingly, most of the links on the google search results page are
> about people asking the same question as the OP.  In fact the first post
> is the original poster's question!
> 
> It looks like there is a release candidate on github (you can find that
> in the google results), but I don't think there's a binary for windows
> yet.  You'll have to compile it yourself.  The third result maybe of use
> to you as it talks about an alternative implementation.

Note that it makes no sense to point others to "the third result" of a
Google search because Google tracks who's using it and gives you
personalised results based on your previous interests. So if I tried, my
responses would be different from what you saw. Maybe Armin Karner's search
result even featured a link to github as the first result, I can't tell.

Stefan

[toc] | [prev] | [next] | [standalone]


#38101

FromSteffen Mutter <steffen@webanimations.de>
Date2013-02-03 09:54 +0000
Message-ID<kelc5b$3is$1@nerdhammel.gnuher.de>
In reply to#38063
Hi Armin,

Armin Karner wrote:

> I am curious if there is an update of MySQLdb for python versions 3.3 or higher. Because I really need this for a diploma thesis. 

What feature do you need which is not provided?

> I really hope you have a solution for me, because it is quite urgent and important. 
> I am looking forward to a quick answer!

The request you send from your python to the database is handled by the
db itself, so it should be more a matter by the db version itself you
are using.

SMut

[toc] | [prev] | [next] | [standalone]


#38289

Fromsinaiy@gmail.com
Date2013-02-06 07:51 -0800
Message-ID<51c9ab91-26f5-4f60-a133-bcf6c88be125@googlegroups.com>
In reply to#38063
On Saturday, February 2, 2013 12:01:40 PM UTC+2, Armin Karner wrote:
> Dear Sir or Madam,
> 
> 
> 
> 
> 
> 
> 
> I am curious if there is an update of MySQLdb for python versions 3.3 or higher. Because I really need this for a diploma thesis. 
> I've tried several of them, including various 2.x versions, but it didn't work. 
> The system I use is a Microsoft Windows 7 64 bit. 
> 
> 
> I really hope you have a solution for me, because it is quite urgent and important. 
> 
> 
> I am looking forward to a quick answer!
> 
> 
> Yours faithfully
> Armin Karner

i would recommend you to try using pymysql instead,
https://github.com/petehunt/PyMySQL

[toc] | [prev] | [next] | [standalone]


#38290

Fromsinaiy@gmail.com
Date2013-02-06 07:51 -0800
Message-ID<mailman.1418.1360165862.2939.python-list@python.org>
In reply to#38063
On Saturday, February 2, 2013 12:01:40 PM UTC+2, Armin Karner wrote:
> Dear Sir or Madam,
> 
> 
> 
> 
> 
> 
> 
> I am curious if there is an update of MySQLdb for python versions 3.3 or higher. Because I really need this for a diploma thesis. 
> I've tried several of them, including various 2.x versions, but it didn't work. 
> The system I use is a Microsoft Windows 7 64 bit. 
> 
> 
> I really hope you have a solution for me, because it is quite urgent and important. 
> 
> 
> I am looking forward to a quick answer!
> 
> 
> Yours faithfully
> Armin Karner

i would recommend you to try using pymysql instead,
https://github.com/petehunt/PyMySQL

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web