OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Python => Topic started by: fobsta on August 14, 2005, 01:59:47 pm

Title: Python Random Module For Sharp Rom
Post by: fobsta on August 14, 2005, 01:59:47 pm
Hi

Im trying to get hold of the random module for S5500 running the Sharp Rom.

I've grabbed other modules from http://www.vanille.de/feed/python/sharprom/ (http://www.vanille.de/feed/python/sharprom/)

Does the random module exist for the Zaurus?

thanks in advance
Title: Python Random Module For Sharp Rom
Post by: Mickeyl on August 14, 2005, 06:58:34 pm
Code: [Select]
mickey@gandalf:/tmp$ tar xzf python-math_2.4.1-ml3_arm.ipk
mickey@gandalf:/tmp$ tar tzf data.tar.gz
./
./usr/
./usr/lib/
./usr/lib/python2.4/
./usr/lib/python2.4/lib-dynload/
./usr/lib/python2.4/lib-dynload/cmath.so
./usr/lib/python2.4/lib-dynload/math.so
./usr/lib/python2.4/lib-dynload/_random.so
./usr/lib/python2.4/random.pyc
./usr/lib/python2.4/random.pyo
./usr/lib/python2.4/sets.py
./usr/lib/python2.4/random.py
./usr/lib/python2.4/sets.pyc
./usr/lib/python2.4/sets.pyo
Title: Python Random Module For Sharp Rom
Post by: fobsta on August 15, 2005, 03:28:12 pm
thank you!