Matplotlib is not installed on fedora12

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amirayat
    New Member
    • Jan 2009
    • 9

    Matplotlib is not installed on fedora12

    Dear,
    I have installed matplotlib-.098.3 before on linux redhat enterprise with python-2.5.2.
    Now I can't do it on fedora12 with python-2.6.2.
    is this error depends on this version of python?
    the error is about "gcc" that can't run an order.
  • dwblas
    Recognized Expert Contributor
    • May 2008
    • 626

    #2
    the error is about "gcc" that can't run an order.
    Does Fedora install the build tools? I don't know so check and see if gcc is installed, usually at /uar/bin/gcc. Beyond that you will have to provide the error message as we can't guess anything further from the post you provided. Note that you don't have to compile it yourself. It should be available in the repositories as python-matplotlib. And yes, you have to install it for each version of Python that you have on your system.

    Comment

    Working...