[SciPy-user] 64 bit on Mac?

Adam keflavich at gmail.com
Fri May 22 16:57:06 EDT 2009


Thanks... I was missing something apallingly obvious.  I had installed
ipython correctly but had the wrong version in my path, and I was
relying on the modification date to tell me whether I was using the
right one... which was incorrect.

Of course, that could never fix all of the problems.  Now I have a
font issues.... I will try to track it down:

  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/matplotlib/font_manager.py", line 52, in
<module>
    from matplotlib import ft2font
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.6/
lib/python2.6/site-packages/matplotlib/ft2font.so, 2): Symbol not
found: _FT_Attach_File
  Referenced from: /Library/Frameworks/Python.framework/Versions/2.6/
lib/python2.6/site-packages/matplotlib/ft2font.so
  Expected in: dynamic lookup


Adam

On May 22, 12:43 pm, Robert Kern <robert.k... at gmail.com> wrote:
> On Fri, May 22, 2009 at 10:40, Adam <keflav... at 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
> _______________________________________________
> SciPy-user mailing list
> SciPy-u... at scipy.orghttp://mail.scipy.org/mailman/listinfo/scipy-user



More information about the SciPy-User mailing list