
Newly released/updated for the Caanoo
Compile of Python 2.6.7, Albow 2.1, pygame 1.9.1 and numpy 1.6.1 for the Caanoounzip into the root directory of the sd card.this installs a /python directory with everything.The /python/python script sets up the environment and preloads the touch screen lib. If you have a pygame program (for example) then: /mnt/sd/python/python yourpygamescript.pyfrom its directory should get you going.(see the Openhandhelds browser for an example use)Note that:- all the .py files have been precompiled to pyc, and the .py files removed; this may or may not be a good idea; comment on this if you see a reason to include the .py- no special provisions are made for the Caanoo. Simple pygame applications which use only the mouse will probably be usable without changes, but anything using the keyboard needs some work... Python: www.python.orgPygame: pygame.orgAlbow: http://www.cosc.canterbury.ac.nz/gre...n/Albow/numpy: http://numpy.scipy.org/
Download Here