Author Topic: Python Random Module For Sharp Rom  (Read 4620 times)

fobsta

  • Newbie
  • *
  • Posts: 13
    • View Profile
Python Random Module For Sharp Rom
« 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/

Does the random module exist for the Zaurus?

thanks in advance

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Python Random Module For Sharp Rom
« Reply #1 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
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

fobsta

  • Newbie
  • *
  • Posts: 13
    • View Profile
Python Random Module For Sharp Rom
« Reply #2 on: August 15, 2005, 03:28:12 pm »
thank you!