Peter Hansen is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

microcode / bbx-python http://microcode.ca/bbx-python

Python on the PlayBook and BBX platform. This project is focused on building up various core capabilities to let anyone write Python apps for the PlayBook. Initial work is focused on a Python launcher implemented as a native "stub" app which creates a Python 3.2 interpreter. The runtime is included in the PlayBook 2.0 beta OS, so the app uses only a small stub and the bundled Python code.

Clone this repository (size: 503.4 KB): HTTPS / SSH
hg clone https://bitbucket.org/microcode/bbx-python
hg clone ssh://hg@bitbucket.org/microcode/bbx-python
Branch
default
Filename Size Date modified Message
bbxpy
scripts
bar-descriptor.xml 1.1 KB add command line interface (python prompt) via telnet, on port 2223 for some reason
bbxrun.py 2.5 KB migrate to using blackberry-pythonpackager approach; launcher will transform into an ANE but isn't needed for pure Python apps now
build.cmd 456 B add font_test demo (very slow for now, handles individual letter pixels in Python!); improved build script
icon.png 9.8 KB sorry, missed these
main.py 907 B sorry, missed these