python port for iPod

J

jack

Hi,
Since May 2005 there is a port of python (v2.4.1) for Apple iPod.
Porting was an 'easy' job, the only consideration was how you can
write with a
iPod, ipodlinux [1] people did an interface called iPodRead that
allows you
type into iPod scrolling left or right on the wheel. (This affects to
the file
Parser/myreadline.c, line 47).
Furthermore, is necessary run configure with options: --without-threads,
--without-shared and --with-cxx and build it in a cross-compile
environment
for ARM architecture.

Running make the only problem was the function hypot (umm, like ipod
:) in the math
module (I don't remember the problem) but i had to change hypot(x,y) to
sqrt(x*x+y*y).

You can see the differences between python original and python ported
source
in [2].

First announce about the port can be found in [3].
More info about this port, cool pictures and binaries & source code in
[4].

[1] http://ipodlinux.org
[2] http://www.ciberjacobo.com/en/diffs.html
[3] http://ipodlinux.org/forums/viewtopic.php?t=1945
[4] http://www.ciberjacobo.com/en/linux_on_ipod.html#python
 

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,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top