MySQL Forums
Forum List  »  Connector/Python

Re: MySQLdb import problem on debian
Posted by: Sampath Girish Munagala
Date: February 10, 2009 03:27AM

Sampath:MySQL-python-1.2.2 venkatarampey$ python setup.py clean
running clean
removing 'build/temp.macosx-10.3-i386-2.5' (and everything under it)
Sampath:MySQL-python-1.2.2 venkatarampey$ python setup.py build
running build
running build_py
copying MySQLdb/release.py -> build/lib.macosx-10.3-i386-2.5/MySQLdb
running build_ext
building '_mysql' extension
creating build/temp.macosx-10.3-i386-2.5
gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Dversion_info=(1,2,2,'final',0) -D__version__=1.2.2 -I/usr/include/mysql -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c _mysql.c -o build/temp.macosx-10.3-i386-2.5/_mysql.o -fno-omit-frame-pointer -pipe -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT
unable to execute gcc: No such file or directory
error: command 'gcc' failed with exit status 1

Options: ReplyQuote


Subject
Written By
Posted
October 30, 2008 12:01AM
Re: MySQLdb import problem on debian
February 10, 2009 03:27AM


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.