> The problem I have is then when I issue the following
>
> >>> from pylab import *
>
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "/usr/local/lib/python2.6/site-packages/pylab.py", line 1, in
> <module> File "/usr/local/lib/python2.6/site-packages/matplotlib/pylab.py",
> line 206, in <module> File
> "/usr/local/lib/python2.6/site-packages/matplotlib/mpl.py", line 1, in
> <module> File
> "/usr/local/lib/python2.6/site-packages/matplotlib/artist.py", line 5, in
> <module> File
> "/usr/local/lib/python2.6/site-packages/matplotlib/transforms.py", line 34,
> in <module> ImportError: No module named _path


I have resolved it. The problem was the protection on the .so files. They were 
installed with -rwxrwx--- which I changed to -rwxrwxrwx.

I can now plot.

Peter


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to