On Fri, May 22, 2009 at 10:40, Adam <keflavich@gmail.com> wrote:
Awesome, thanks! That fixed my numpy build errors. I then successfully installed scipy and matplotlib. However, I still failed at getting a nice pylab session running: ipython won't run because of 'entry point' errors. Argh. Any tips there? I swear someday I'll get a 64 bit pylab session running...
Traceback (most recent call last): File "/usr/local/bin/ipython", line 9, in <module> load_entry_point('ipython==0.9.1', 'console_scripts', 'ipython')() File "build/bdist.macosx-10.5-universal/egg/pkg_resources.py", line 277, in load_entry_point File "build/bdist.macosx-10.5-universal/egg/pkg_resources.py", line 2179, in load_entry_point ImportError: Entry point ('console_scripts', 'ipython') not found
Did you install IPython for this interpreter? Or is that ipython executable from a previous installation? -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco