[Pythonmac-SIG] Install

Bob Ippolito bob at redivi.com
Thu Jul 13 05:26:08 CEST 2006


On Jul 12, 2006, at 8:06 PM, Robert Anton Patterson wrote:

> Dear Bob:
>
> Thanks for your help but still have problems.
>
> I've reinstalled SQL and actually downgraded it to
>
> Version 4 - sudo python setup.py install
>
> As this the same version on my server.
>
> Next I've re-installed the GCC library off my the OS X CD
>
> [Kolkata:~/desktop/mysql-python] anton% gcc -v
> Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
> Thread model: posix
> gcc version 3.3 20030304 (Apple Computer, Inc. build 1640)

That's still not the version of GCC you should have. gcc -v should be  
4.0.1 by default, and gcc-3.3 -v should be build 1819. It sounds like  
you might be installing an OS X 10.3 compiler on OS X 10.4 or  
something. Don't do that.

Get the latest Xcode from connect.apple.com and install that. If it  
says 3.3 still, then use sudo gcc_select 4.

-bob



More information about the Pythonmac-SIG mailing list