installing matplotlib with numpy and scipy for Python in Cygwin

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • chapagainanish

    #1

    installing matplotlib with numpy and scipy for Python in Cygwin

    Hi!!
    I'm having installation problem for installing numpy and scipy in
    Cygwin for Python, and am obstruct in madway for project, i followed
    scipy.org guidelines but there's few error thrown as
    failed..with exit status 1

    please if someone has installed these module help me
    thank's and regard's
    Anish


  • Uwe Schmitt

    #2
    Re: installing matplotlib with numpy and scipy for Python in Cygwin

    On 3 Sep., 11:42, "chapagainanish " <chapagainan... @yahoo.comwrote :
    Hi!!
    I'm having installation problem for installing numpy and scipy in
    Cygwin for Python, and am obstruct in madway for project, i followed
    scipy.org guidelines but there's few error thrown as
            failed..with exit status 1
    >
    please if someone has installed these module help me
    thank's and regard's
    Anish

    may help you.

    Do you really want a cygwin based installation ?
    You could download enthoughts python edition which
    includes lots of math stuff.

    Greetings, Uwe

    Comment

    • Anish Chapagain

      #3
      Re: installing matplotlib with numpy and scipy for Python in Cygwin

      On Sep 3, 12:39 pm, Uwe Schmitt <rocksportroc.. .@googlemail.co m>
      wrote:
      On 3 Sep., 11:42, "chapagainanish " <chapagainan... @yahoo.comwrote :
      >
      Hi!!
      I'm having installation problem for installing numpy and scipy in
      Cygwin for Python, and am obstruct in madway for project, i followed
      scipy.org guidelines but there's few error thrown as
              failed..with exit status 1
      >
      please if someone has installed these module help me
      thank's and regard's
      Anish
      >

      may help you.
      >
      Do you really want a cygwin based installation ?
      You could download enthoughts python edition which
      includes lots of math stuff.
      >
      Greetings, Uwe
      Hi,
      thank's i'm looking through the link cens.ioc.ee
      and am in need of using matplotlib and to run few system call, so i
      installed cygwin baically for system call in linux/unix and matplotlib
      for GUI(graph,chart ) but matplotlib is not getting installed in
      cygwin..

      any further help will be heartly accepted

      thank's
      anish

      Comment

      • Diez B. Roggisch

        #4
        Re: installing matplotlib with numpy and scipy for Python in Cygwin

        Anish Chapagain schrieb:
        On Sep 3, 12:39 pm, Uwe Schmitt <rocksportroc.. .@googlemail.co m>
        wrote:
        >On 3 Sep., 11:42, "chapagainanish " <chapagainan... @yahoo.comwrote :
        >>
        >>Hi!!
        >>I'm having installation problem for installing numpy and scipy in
        >>Cygwin for Python, and am obstruct in madway for project, i followed
        >>scipy.org guidelines but there's few error thrown as
        >> failed..with exit status 1
        >>please if someone has installed these module help me
        >>thank's and regard's
        >>Anish
        >http://cens.ioc.ee/~pearu/scipy/BUILD_WIN32.html
        >may help you.
        >>
        >Do you really want a cygwin based installation ?
        >You could download enthoughts python edition which
        >includes lots of math stuff.
        >>
        >Greetings, Uwe
        >
        Hi,
        thank's i'm looking through the link cens.ioc.ee
        and am in need of using matplotlib and to run few system call, so i
        installed cygwin baically for system call in linux/unix and matplotlib
        for GUI(graph,chart ) but matplotlib is not getting installed in
        cygwin..
        What are "system calls"? You *have* windows, so in the end you can do
        everything with "normal" python. And I presume that your codebase is by
        far smaller that matplotlibs, so adapting your source is easier than
        theirs.

        Diez

        Comment

        Working...