admin Team Open Consoles
Messages : 15193 Réputation : 399 Inscrit le : 13/10/2010
| Msg n°1 Sujet: Python, Pygame, Numpy, Albow Sam 20 Aoû 2011, 18:24 | |
| - Citation :
- Compile of Python 2.6.7, Albow 2.1, pygame 1.9.1 and numpy 1.6.1 for the Caanoo
unzip 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.py from 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: [Vous devez être inscrit et connecté pour voir ce lien] Pygame: pygame.org Albow: [Vous devez être inscrit et connecté pour voir ce lien] numpy: [Vous devez être inscrit et connecté pour voir ce lien] A tester, à suivre .... Récupérer ici : [Vous devez être inscrit et connecté pour voir ce lien] |
|