Python on MIPS

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

    #1

    Python on MIPS

    Hi everybody,
    I bought a very small embedded card, with a MIPS processor, running
    Linux. So, I would to use Python on that; I checked on python.org, but I
    did'nt find any release for this architecture. Could you help me?
  • =?ISO-8859-15?Q?Thomas_Kr=FCger?=

    #2
    Re: Python on MIPS

    Lorenzo Mainardi schrieb:
    I bought a very small embedded card, with a MIPS processor, running
    Linux. So, I would to use Python on that; I checked on python.org, but I
    did'nt find any release for this architecture. Could you help me?
    How about compiling it from source?

    Thomas

    Comment

    • Lorenzo Mainardi

      #3
      Re: Python on MIPS

      Thomas Krüger ha scritto:
      Lorenzo Mainardi schrieb:
      >I bought a very small embedded card, with a MIPS processor, running
      >Linux. So, I would to use Python on that; I checked on python.org, but I
      >did'nt find any release for this architecture. Could you help me?
      >
      How about compiling it from source?
      >
      Thomas
      I did'nt try...I will do that :-)

      Comment

      Working...