Hi David,

On Wed, Sep 30, 2009 at 07:48, David Cournapeau
<da...@ar.media.kyoto-u.ac.jp> wrote:
> Hi,
>
>    I tried to build matplotlib in place (setup.py build_ext -i), and
> found out that I could not import it:

yes, you should be able to build it in-place (even if usually run
'python setup.py build' because I need the full package be available
in build/<platform> ) even from the unpacked tarball or from svn
trunk.

>  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

what version are you using? 0.99.1.1, svn trunk, other?

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

------------------------------------------------------------------------------
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