Does Numpy work on QNX 4.25 with Python 2.2?

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

    #1

    Does Numpy work on QNX 4.25 with Python 2.2?

    I am trying to convert some old Fortran code into Python program and
    get them work on a QNX 4.25 system. Since the program requires speed,
    I think using Numpy is really necessary. But I haven't found anything
    on web about using numpy on QNX 4.25 (especially the for python
    version 2.2).

    Do any of you have experience on this problem?

    Thanks a lot in advance!

    - Zhonghua

  • Robert Kern

    #2
    Re: Does Numpy work on QNX 4.25 with Python 2.2?

    ZMY wrote:
    I am trying to convert some old Fortran code into Python program and
    get them work on a QNX 4.25 system. Since the program requires speed,
    I think using Numpy is really necessary. But I haven't found anything
    on web about using numpy on QNX 4.25 (especially the for python
    version 2.2).
    numpy requires Python 2.3+. I haven't heard of anyone trying QNX.

    --
    Robert Kern

    "I have come to believe that the whole world is an enigma, a harmless enigma
    that is made terrible by our own mad attempt to interpret it as though it had
    an underlying truth."
    -- Umberto Eco

    Comment

    • John Nagle

      #3
      Re: Does Numpy work on QNX 4.25 with Python 2.2?

      Robert Kern wrote:
      ZMY wrote:
      >
      >>I am trying to convert some old Fortran code into Python program and
      >>get them work on a QNX 4.25 system. Since the program requires speed,
      >>I think using Numpy is really necessary. But I haven't found anything
      >>on web about using numpy on QNX 4.25 (especially the for python
      >>version 2.2).
      >
      >
      numpy requires Python 2.3+. I haven't heard of anyone trying QNX.
      I've used Python on QNX 6, but QNX 4 is kind of obsolete.

      j.

      Comment

      • John J. Lee

        #4
        Re: Does Numpy work on QNX 4.25 with Python 2.2?

        Robert Kern <robert.kern@gm ail.comwrites:
        ZMY wrote:
        I am trying to convert some old Fortran code into Python program and
        get them work on a QNX 4.25 system. Since the program requires speed,
        I think using Numpy is really necessary. But I haven't found anything
        on web about using numpy on QNX 4.25 (especially the for python
        version 2.2).
        >
        numpy requires Python 2.3+. I haven't heard of anyone trying QNX.
        Perhaps he could try Numeric (numpy's predecessor).


        John

        Comment

        Working...