Hello

After compiling and installing matplotlib-0.87.6, when I entered,

from pylab import *
it returned the following errors.

Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/home/morovia/bin/lib/python2.4/site-packages/pylab.py", line 1, in ?
    from matplotlib.pylab import *
  File"/home/morovia/bin/lib/python2.4/site-packages/matplotlib/pylab.py", line220, in ?
    new_figure_manager, draw_if_interactive, show = pylab_setup()
  File "/home/morovia/bin/lib/python2.4/site-packages/matplotlib/backends/__init__.py", line 23, in pylab_setup
    globals(),locals(),[backend_name])
  File "/home/morovia/bin/lib/python2.4/site-packages/matplotlib/backends/backend_tkagg.py", line 8, in ?
    import tkagg                 # Paint image to Tk photo blitter extension
  File "/home/morovia/bin/lib/python2.4/site-packages/matplotlib/backends/tkagg.py", line 1, in ?
    import _tkagg
ImportError: matplotlib/backends/_tkagg.so: undefined symbol: XFreePixmap
********************************************************************************************************************************
looks like I need to include X11 libraries,

Kindly inform me where I need to modify.

Thanks
Best regards
Morovia.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to