Andy Dustman

Results 20 comments of Andy Dustman

moist handles MySQL error to Python exception mapping very differently: It's moved out of the C module and done entirely in Python. This doesn't particularly fix your problem outright, but...

It's not a drop in replacement, because of the exception mapping and type conversion changes. But I think moist passes tests at this point. I just need to make some...

I'll see what I can do, but what python versions do you need? It may be time to drop Python 2.5 support (but not compatibility). It seems Travis-CI no longer...

Pull request, please On Wed, Apr 2, 2014 at 6:06 PM, Thomas Khyn [email protected]: > Hi there, > > Just ran into a small issue when trying to install mysqldb...

I suspect the current master branch might fix this, but I could be wrong.

It's a problem either with your compiler setup, or your Python setuptools. The real question, in response to the previous comment, is: Can you build any Python packages which have...

I hope to have some time to review this and other pull requests this weekend. I'm in the process of moving and starting a new job over the next two...

It's not quite dead yet. MySQLdb1 has been getting Python 3 support, but I've recently switched jobs which hasn't left me much time to work on it. Moist has some...