HI All,
Does such a beast exist? Have been looking but haven't seen any. Any
insight would be appreciated.
Thanks.
Chris 13 6351
I'm also looking for a MySQLdb binary for windows. This is holding me
from upgrading from Python 2.4 to Python 2.5 !
Or does anybody know of alternatives ? I have to connect directly to
an MySQL database.
Henk
HI All,
Does such a beast exist? Have been looking but haven't seen any. Any
insight would be appreciated.
Thanks.
Chris
He*************@gmail.com wrote:
I'm also looking for a MySQLdb binary for windows. This is holding me
from upgrading from Python 2.4 to Python 2.5 !
Or does anybody know of alternatives ? I have to connect directly to
an MySQL database.
Henk
>HI All, Does such a beast exist? Have been looking but haven't seen any. Any insight would be appreciated.
Thanks.
Chris
I'm just trying to build from source and am having problems getting the
right parameters for the setup.py. It seems mysql-5.0.27 for win32
doesn't have mysql-config.exe so the setup fails rather miserably.
--
Robin Becker He*************@gmail.com wrote:
I'm also looking for a MySQLdb binary for windows. This is holding me
from upgrading from Python 2.4 to Python 2.5 !
If you search the Help Forum of the MySQLdb project on SourceForge, you
will find a couple of people who have successfully built MySQLdb on
Windows for 2.5, and are willing to share their installers.
That's how I got my binaries.
Regards,
Jan
Jan Dries wrote:
He*************@gmail.com wrote:
>I'm also looking for a MySQLdb binary for windows. This is holding me from upgrading from Python 2.4 to Python 2.5 !
If you search the Help Forum of the MySQLdb project on SourceForge, you
will find a couple of people who have successfully built MySQLdb on
Windows for 2.5, and are willing to share their installers.
That's how I got my binaries.
Regards,
Jan
Yes, see http://sourceforge.net/forum/forum.p...forum_id=70461
for an untested version created by a World of Warcraft guild: http://www.guildmanus.com/uploaded/M...in32-py2.5.exe
This, apparently, is the extent of current Python support for MySQL.
Want to install that executable, as root, on your production machines?
This is embarassing for the Python community. Perl and PHP come
with MySQL support built in. Python is out to lunch on this.
John Nagle
Animats
John Nagle wrote:
Jan Dries wrote:
>He*************@gmail.com wrote:
>>I'm also looking for a MySQLdb binary for windows. This is holding me from upgrading from Python 2.4 to Python 2.5 ! If you search the Help Forum of the MySQLdb project on SourceForge, you will find a couple of people who have successfully built MySQLdb on Windows for 2.5, and are willing to share their installers. That's how I got my binaries.
Regards, Jan
Yes, see
http://sourceforge.net/forum/forum.p...forum_id=70461
for an untested version created by a World of Warcraft guild:
http://www.guildmanus.com/uploaded/M...in32-py2.5.exe
>
This, apparently, is the extent of current Python support for MySQL.
Want to install that executable, as root, on your production machines?
This is embarassing for the Python community. Perl and PHP come
with MySQL support built in. Python is out to lunch on this.
John Nagle
Animats
I couldn't disagree more. That fact that no Database drivers are built-in
makes Python stronger - allowing Python to access any Data Engine that
supports DBI 2.0. Of course I'm not including pickle in my assessment.
Johnf
johnf wrote:
John Nagle wrote:
Jan Dries wrote:
He*************@gmail.com wrote:
I'm also looking for a MySQLdb binary for windows. This is holding me from upgrading from Python 2.4 to Python 2.5 !
If you search the Help Forum of the MySQLdb project on SourceForge, you
will find a couple of people who have successfully built MySQLdb on
Windows for 2.5, and are willing to share their installers.
That's how I got my binaries.
Regards,
Jan
Yes, see http://sourceforge.net/forum/forum.p...forum_id=70461
for an untested version created by a World of Warcraft guild: http://www.guildmanus.com/uploaded/M...in32-py2.5.exe
This, apparently, is the extent of current Python support for MySQL.
Want to install that executable, as root, on your production machines?
This is embarassing for the Python community. Perl and PHP come
with MySQL support built in. Python is out to lunch on this.
John Nagle
Animats
I couldn't disagree more. That fact that no Database drivers are built-in
makes Python stronger - allowing Python to access any Data Engine that
supports DBI 2.0. Of course I'm not including pickle in my assessment.
And providing 'built-in' drivers for massively popular databases would
prevent that from being true how ?
Fuzzyman http://www.voidspace.org.uk/index2.shtml
Johnf
Fuzzyman wrote:
johnf wrote:
>>John Nagle wrote:
>>>Jan Dries wrote:
He*************@gmail.com wrote:
>I'm also looking for a MySQLdb binary for windows. This is holding me >from upgrading from Python 2.4 to Python 2.5 ! >
If you search the Help Forum of the MySQLdb project on SourceForge, you will find a couple of people who have successfully built MySQLdb on Windows for 2.5, and are willing to share their installers. That's how I got my binaries.
Regards, Jan
Yes, see
http://sourceforge.net/forum/forum.p...forum_id=70461
for an untested version created by a World of Warcraft guild:
http://www.guildmanus.com/uploaded/M...in32-py2.5.exe
>>>This, apparently, is the extent of current Python support for MySQL. Want to install that executable, as root, on your production machines?
This is embarassing for the Python community. Perl and PHP come with MySQL support built in. Python is out to lunch on this.
John Nagle Animats
I couldn't disagree more. That fact that no Database drivers are built-in makes Python stronger - allowing Python to access any Data Engine that supports DBI 2.0. Of course I'm not including pickle in my assessment.
And providing 'built-in' drivers for massively popular databases would
prevent that from being true how ?
Fuzzyman
What's happened is that Python fell through the cracks here. MySQL
themselves support Java, Microsoft ".NET", PHP, and a C interface.
The Perl interface to MySQL is part of the supported Perl distribution.
But for for Python, everybody is running on glue code from one
guy on Sourceforge, and he's having problems keeping up.
Oops.
John Nagle
John Nagle wrote:
What's happened is that Python fell through the cracks here. MySQL
themselves support Java, Microsoft ".NET", PHP, and a C interface.
The Perl interface to MySQL is part of the supported Perl distribution.
But for for Python, everybody is running on glue code from one
guy on Sourceforge, and he's having problems keeping up.
Oops.
John Nagle
As a workaround, I went back to Python 2.4 on the Windows machine.
Works fine. Looks like 2.5 isn't ready for prime time yet, until
MySQLdb is fixed.
John Nagle
Animats
Anyone have a binary they want to share?
/Martin ms*@infoserv.dk wrote:
Anyone have a binary they want to share?
/Martin
Somebody has an untested one. See http://sourceforge.net/forum/forum.p...forum_id=70461
You have to ask for a copy; they don't want to distribute it and
be blamed for problems.
There hasn't been a new release of MySQLdb since April 2006, and
there's no official support for either Python 2.5 or Windows.
Realistically, you have to run Python 2.4 or earlier if you
need database access. We dropped back to Python 2.4,
with good results.
John Nagle
On 1/5/07, John Nagle <na***@animats.comwrote:
ms*@infoserv.dk wrote:
Anyone have a binary they want to share?
/Martin
Somebody has an untested one. See
http://sourceforge.net/forum/forum.p...forum_id=70461
You have to ask for a copy; they don't want to distribute it and
be blamed for problems.
There hasn't been a new release of MySQLdb since April 2006, and
there's no official support for either Python 2.5 or Windows.
Realistically, you have to run Python 2.4 or earlier if you
need database access. We dropped back to Python 2.4,
with good results.
John Nagle
--
I guess this is your opportunity, as someone who thinks that MySQL
support for Python is important, to assist in maintaining and updating
those wrappers, right?
On 14 Dec 2006 16:59:15 -0800, Fuzzyman <fu******@gmail.comwrote:
>
johnf wrote:
>>
>If you search the Help Forum of the MySQLdb project on SourceForge, you
>will find a couple of people who have successfully built MySQLdb on
>Windows for 2.5, and are willing to share their installers.
>That's how I got my binaries.
well it seems noone has talk to Andy directly I build the one for
1.2.1_p2 for python2.4 ones it was done all I had to do is email Andy
and he posted it without problems
the biggest issue here is that building that driver in windows is a
pain, you need mysql headers, python headers and microsoft compilers a
total of around 2Gb, plus some bug I found that ended up being an
error in between the setup.py file and windows commandline.
also windows lacks the mysql-config tool which means you need to find
out a lot of flags which on *NIX are fill in automagically.
ahh did I mention you need to patch distutils to work with the "free
windows" compiler because the official windows python builds agains
the non-free MS compiler.
This, apparently, is the extent of current Python support for MySQL.
Want to install that executable, as root, on your production machines?
>
This is embarassing for the Python community. Perl and PHP come
with MySQL support built in. Python is out to lunch on this.
>
I couldn't disagree more. That fact that no Database drivers are built-in
makes Python stronger - allowing Python to access any Data Engine that
supports DBI 2.0. Of course I'm not including pickle in my assessment.
actually in this case I disagree having this driver as buildin will
take much of the pain out of any user who tries to compile this
driver, it will also help in standarizing the drivers for example in
postgre there is more then one, I think we will be better off with
just one driver, that is one DBI2.0 driver, there are some experiments
outthere which make it more "pythonic" which shouldn't be excluded.
On 1/5/07, Chris Mellon <ar*****@gmail.comwrote:
I guess this is your opportunity, as someone who thinks that MySQL
support for Python is important, to assist in maintaining and updating
those wrappers, right?
believe me I have tried and in this particular case it's very
complicated the main developer knows nothing about windows (by
choise), then you need to buy the MS compiler or patch your python,
after that you need mysql dev, and then you need to practically guess
the compiler flags. This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Dave Harrison |
last post by:
Hi all, got a problem combinging mx and MySQLdb, when I build and install both for my Python2.1 install on a Solaris 9 box I can import mx fine, but...
|
by: Chris Stromberger |
last post by:
When issuing updates in mysql (in the console window), mysql will tell
you if any rows matched and how many rows were updated (see below). I
know...
|
by: Derek Fountain |
last post by:
I was trying to use MySQLdb to connect to a database. All is OK, except I
can't figure out how to get the details of an error. Suppose I try to...
|
by: dw |
last post by:
Pehaba,
does anyone knows how to install MySQLdb on cygwin?
- test device: MySQLdb 0.9.2.0 targz + cygwin
1.5.7-cr-0x9e + python
2.3.3 on...
|
by: Martin Bless |
last post by:
I'd be happy and thankful if somebody could provide the MySQLdb
binaries for Windows and Python 2.4.
Have a nice day -
mb - Martin Bless
|
by: Steve |
last post by:
Darwin steve.local 8.3.0 Darwin Kernel Version 8.3.0: Mon Oct 3
20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh
powerpc...
|
by: Harold Trammel |
last post by:
Hi everyone,
Does anyone know the status of a version of MySQLdb that will work with
Python 2.5? I will accept a workaround if you know one. ...
|
by: Steven Bethard |
last post by:
Jean-Paul Calderone <exarkun@divmod.comwrote:
Interesting. Could you give a few illustrations of this? (I didn't run
into the same problem at...
|
by: Michael Boldin via alt email |
last post by:
I installed python 2.5 and used the win package for installing MySQLdb. (Iam running Windows XP)
Everything works as expected using python directly...
|
by: jalbright99669 |
last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was...
|
by: Matthew3360 |
last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function.
Here is my code.
...
|
by: Matthew3360 |
last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
|
by: AndyPSV |
last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
|
by: Matthew3360 |
last post by:
Hi,
I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
|
by: BLUEPANDA |
last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...
|
by: Rahul1995seven |
last post by:
Introduction:
In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...
| |