advice on stripped down python

F

fhaibach

I'm looking for advice on a stripped down Python for an SBC to run
Numpy and Scipy. I have the following notes on the system

We have code that requires recent versions of Numpy and Scipy.
The processor is a Sharp ARM LH7A404 with 32MB of SDRAM.
512 MB flash disk - but 400 MB is reserved for data
The OS is Linux
only a tty interface is used.

Does anyone have a feel as to whether the Python for ARM is a good
starting point?
What modules can I safely add/strip out?
Will Python take more than 5-6 seconds to load?
Would it be easier to add needed modules to deeply embedded Python or
Pippy?
Will old Python releases, like 1.5.x, work with newer Numpy and Scipy?

Thanks!
a Fred

PS. attempted to post on gmane, but not sure if I succeeded.
 
R

Robert Kern

Will old Python releases, like 1.5.x, work with newer Numpy and Scipy?

No. numpy and scipy require 2.3.

--
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,994
Messages
2,570,223
Members
46,812
Latest member
GracielaWa

Latest Threads

Top