Hi,

    I tried to build matplotlib in place (setup.py build_ext -i), and
found out that I could not import it:

 matplotlib/rcsetup.py:117: UserWarning: rcParams key "numerix" is
obsolete and has no effect;
 please delete it from your matplotlibrc file
  warnings.warn('rcParams key "numerix" is obsolete and has no effect;\n'
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "pylab.py", line 1, in <module>
    from matplotlib.pylab import *
  File "matplotlib/pylab.py", line 206, in <module>
    from matplotlib import mpl  # pulls in most modules
  File "matplotlib/mpl.py", line 2, in <module>
    from matplotlib import axis
  File "matplotlib/axis.py", line 10, in <module>
    import matplotlib.font_manager as font_manager
  File "matplotlib/font_manager.py", line 52, in <module>
    from matplotlib import ft2font
ImportError: matplotlib/ft2font.so: undefined symbol: py_object_initializer

Is this expected ?

cheers,

David

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to