On Mon, Jan 12, 2009 at 9:35 AM, Hani Nakhoul <nakh...@gmail.com> wrote:
> I did use sudo--here are the shell command and the install output:
>
> sudo python setup.py install

Please try doing a clean build and install following the instructions at

  http://matplotlib.sourceforge.net/faq/installing_faq.html#source-install

Basically do the following

  > sudo rm -rf build
  > sudo rm -rf /usr/lib/python2.5/site-packages/mpl_toolkits
/usr/lib/python2.5/site-packages/matplotlib*
  > python setup.py build > build.out
  > sudo python setup.py install > install.out

and attach both build.out and install.out in your followup email.

Good luck!
JDH

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