Python for embedded linux?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Guest's Avatar

    #1

    Python for embedded linux?

    Where can I find a minimal version of python (less than 2 MB) suitable for
    a web server on an embedded linux system? The small size is required
    because the system lives on flash memory.

    Thanks,
    Ken Seehart




  • Peter Hansen

    #2
    Re: Python for embedded linux?

    pythonic@seehar t.com wrote:[color=blue]
    > Where can I find a minimal version of python (less than 2 MB) suitable for
    > a web server on an embedded linux system? The small size is required
    > because the system lives on flash memory.[/color]

    Such things have been discussed in this list/newsgroup before. I
    suggest trying a Google Groups search with some relevant keywords, such
    as "embedded" (though this occurs in several other contexts), "flash",
    or "small footprint".

    -Peter

    Comment

    • geskerrett@hotmail.com

      #3
      Re: Python for embedded linux?

      I think this is what you are looking for.

      http://www.voidspace.org.uk/python/movpy/

      Comment

      Working...