MySQL Forums
Forum List  »  Connector/Python

Re: SUCCESS!!
Posted by: Geert Vanderkelen
Date: September 24, 2009 01:21AM

Hey Paul,

Good you got it running, I failed to reply yesterday, sorry
about that.
2 points:
1) mysql_config was not in your $PATH (or it had the wrong
one), that's why I mentioned in my blog post
PATH="/usr/local/mysql/bin:$PATH"
It should have done the trick. Because you need to do
ln -s /usr/local/mysql-5.1.39-osx10.5-x86_64/ /usr/local/mysql
(part of 'normal' install of MySQL)
2) In your initial post you mentioned using Python 2.6.2,
which is the one coming with MacPorts if I'm not mistaken.
Snow Leopard uses 2.6.1 and should be OK for most stuff.
(I can't test MacPorts, some other things are bugging).

If you got a chance, check out MySQL Connector/Python
https://launchpad.net/myconnpy
I need more people testing and bashing it and give me
reports/ideas and hits with clue bats :)

Cheers,

Geert

Geert Vanderkelen
Software Developer at Oracle

Options: ReplyQuote


Subject
Written By
Posted
September 23, 2009 01:01PM
Re: SUCCESS!!
September 24, 2009 01:21AM
September 24, 2009 12:20PM
October 17, 2009 10:34AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.