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 need XCode, just the compiler it uses, which is a command line tool anyway.

Try typing:

which gcc

at the command line. You should get:

/usr/bin/gcc

if you get something like:

no gcc in .....[long list of paths]

Then you haven't installed XCode tools properly. You need the whole development tool set.

The other option is to find binaries of the stuff you need. You should be able to find IPython, but I don't know about PyCogent.

-Chris

--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to