MySQL Forums
Forum List  »  Connector/Python

Re: Problems building MySQLdb on Max OS X 10.5.8
Posted by: Geert Vanderkelen
Date: May 19, 2010 03:40AM

It seems you are doing something wrong before executing setup.py:

i686-apple-darwin9-gcc-4.0.1: i386: No such file or directory

Are you setting ARCHFLAGS without the -arch option?
Maybe follow the instruction found here:
http://geert.vanderkelen.org/2009/09/mysql-python-and-macos-x-106-snow.html

It's for MacOS X 10.6 but should be OK for 10.5 as well. But, instead of the x86_64, use following ARGFLAGS:
ARCHFLAGS="-arch i386"

Geert Vanderkelen
Software Developer at Oracle

Options: ReplyQuote


Subject
Written By
Posted
Re: Problems building MySQLdb on Max OS X 10.5.8
May 19, 2010 03:40AM


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.