Re: [Pythonmac-SIG] gcc error in Mac OS X

2008-06-06 Thread Dave Everitt
This may be useful: Darwin source code releases including all developer tools versions: http://www.opensource.apple.com/darwinsource/ Dave Everitt On 6 Jun 2008, at 01:14, Christopher Barker wrote: It looks like you haven't installed the entire package. I think you need XCode3.0(for 10.5) or

Re: [Pythonmac-SIG] gcc error in Mac OS X

2008-06-05 Thread Christopher Barker
Zhaojie Boulder wrote: Hi Chris, When I typed which gcc,nothing happened,I checked the /usr/bin path myself and gcc was not there. It looks like you haven't installed the entire package. I think you need XCode3.0(for 10.5) or XCode2.5(for 10.4), from here: http://developer.apple.com/tool

Re: [Pythonmac-SIG] gcc error in Mac OS X

2008-06-04 Thread Christopher Barker
Zhaojie Boulder wrote: After google, I installed Xcode,but it did not help. Also, the Xcode folder is not within "applications" folder, but a separate one parallel with "applications". Dragging Xcode folder into the applications folder did not make a difference, either. Well, you don't really

[Pythonmac-SIG] gcc error in Mac OS X

2008-06-04 Thread Zhaojie Boulder
Hello, I am new to Mac and used python in linux before. What I am trying to do is to install "Ipython" and "PyCogent" in Mac OS X. For PyCogent, after entering the package path, I typed "python setup.py install". The results are as follows: Didn't find Pyrex - will compile from .c files running i