Click customize when you install Xcode. Look to see if the universal SDK is checked. I bet it's not. There's nothing wrong with Python on any machine I've tried it on, but I always make sure I install the correct set of Xcode packages.
-bob On 10/3/06, Michael Steinfeld <[EMAIL PROTECTED]> wrote: > > no. this was a clean install entirely. I installed Xcode right off my > developer disks that apple sends me everymonth. There was nothing > botched about anything I did. In fact if you google around a bit, > other people seem to have this same issue. > > On 10/3/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: > > > > Sounds like you didn't install the Xcode universal SDK. You need that > > in order to compile software with the binary distros of Python. I > > think it's installed by default these days, but you may have turned it > > off. > > > > -bob > > > > On 10/3/06, Michael Steinfeld <[EMAIL PROTECTED]> wrote: > > > > > > Of course I have Xcode installed. Here is an update to the problem and > > > it is not unique to me. If anyone else has problems with Apples later > > > patches ... > > > > > > Apples latest Tiger update breaks something, what, I am not exactly > > > sure. In order to get Turbogears installed, on OS X 10.4.7+ Do not use > > > the python binary pkg. You MUST compile python from source. Then TG > > > will install smoothly. > > > Took me awhile to figure this out, but after compiling from source > > > everything was perfect. > > > > > > > > > If I get some time later this week I will post the problem if I can > > > discover it. > > > > > > On 10/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > > > Hi... > > > > > > > > Michael Steinfeld wrote: > > > > > Processing RuleDispatch-0.5a0.dev-r2115.tar.gz > > > > > Running RuleDispatch-0.5a0.dev-r2115/setup.py -q bdist_egg --dist-dir > > > > > /tmp/easy_install-mweWH6/RuleDispatch-0.5a0.dev-r2115/egg-dist-tmp-BmbmrC > > > > > gcc: installation problem, cannot exec 'i686-apple-darwin8-gcc-4.0.0': > > > > > No such file or directory > > > > Some of the packages need a C-Compiler. > > > > You have to go to http://developer.apple.com first and get XCode. > > > > XCode 2.4 is the newest at the moment. > > > > It contains the gcc 4 compiler. > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > -mike > > > > > > > > > > > > > > > > > > > > -- > -mike > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

