Is there an easy solution to installing the mysql driver on Leopard?
I'm new to Python and I'm trying to setup Django.
I have MAMP installed - I'm a PHP/CakePHP user. I'm also relatively
new to Macs.
I'm trying to avoid downloading the Xcode package from Apple as my
connection is volume limi
On Jun 9, 2005, at 1:30 PM, Jan Erik Moström wrote:
> First I have admit: I'm a complete newbie when it comes to
> installing/using
> non-standard modules so please be kind.
>
> My problem is that I've been asked to write an application that
> uses MySQL, I
> looked around trying to find a so
First I have admit: I'm a complete newbie when it comes to installing/using
non-standard modules so please be kind.
My problem is that I've been asked to write an application that uses MySQL, I
looked around trying to find a some binary distribution of the MySQL module
but didn't succeed. But I fa
I've built MySQL-python, go fetch it from http://pythonmac.org/packages/
Note that it fails three of the tests it ships with, I don't know why,
and I don't really care. I've never trusted MySQL-python, for reasons
like this, but people seem to use it anyway.
If you need/want to build it yoursel
On Feb 14, 2005, at 10:20, Jason Vance wrote:
I'm pretty new to python development on the Mac. I'm not sure that if
this is the appropriate place to place this question, but I'm having
problems getting the MySQL-python v1.2.0 working on my mac. When I try
and set it up, as per the instruction
I'm pretty new to python development on the Mac. I'm not sure that if this is the appropriate place to place this question, but I'm having problems getting the MySQL-python v1.2.0 working on my mac. When I try and set it up, as per the instructions I get the following errors:
jasonvance$ python se