Embeded Linux and Python

J

Jens Thiede

I want to use python heavily on my embeded linux. What would the best
way be to slim down Python. Only keep those modules you would
acctually need, and not imparing Python's capabilities?

Previous experiance would be greatly appreciated,

Jens Thiede.
 
P

Peter Hansen

Jens said:
I want to use python heavily on my embeded linux. What would the best
way be to slim down Python. Only keep those modules you would
acctually need, and not imparing Python's capabilities?

Previous experiance would be greatly appreciated,

What kinds of constraints do you have as to memory or storage space?

We had Python running once on a 1MB RAM/1MB Flash machine, but eventually
the difficulties involved pushed us to a larger processor which had 32MB
RAM and 64MB Compact Flash (which is several times more than we actually
need by the way). Both of these were embedded systems.

Generally I believe the cost of maintaining a specialized version of
Python such as what we first had would be larger than the cost of just
buying better/larger hardware. Our volumes are very low, however, so
perhaps you would weight things differently.

-Peter
 

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

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top