Note: the .bar files are signed, and should run on the PlayBook OS2.x or Dev Alpha (BB10). Tart binary install packages: tart-1.1.zip: latest official binary release of Tart, with "tart package" and quickdeploy! tart-1.0.zip: first official binary release of Tart: does not include "tart package" utility yet PySide binary install packages: (See http://hg.microcode.ca/blackberry-py/wiki/PySide%20Change%20History for notes on the binary install package.) blackberry-py-full-0.9.4.tar.bz2: BB-Py binary package, using latest Qt (pre-4.8.3) with official patch for laggy scrolling blackberry-py-full-0.9.3.tar.bz2: BB-Py binary package, using latest Qt (pre-4.8.3) with our own patch for laggy scrolling and other new goodies blackberry-py-full-latest.tar.bz2: points to the latest "stable" or relatively well-tested version Code Samples: HelloWorld.bar: signed copy of HelloWorld as shown in the wiki KeyboardSample.bar: demonstration of trivial re-layout when virtual keyboard is shown BBPy-QMLLiveView-1.0.0.26.bar: QML LiveView sample, for seeing your QML edits (over WiFi/USB) rendered in real-time From the BBX-Python era (prior to adding PySide support): bbxpython-demo-0.0.2.11.bar: adds Python prompt (CLI) via telnet! Run cli.py, then "telnet PBIP 2223" from your PC Older Files: bbxpython-demo-0.0.2.10.bar: adds font_test using freetype-py with FreeType bbxpython-demo-0.0.2.9.bar: new bundled demo, self-contained, built with bb-pythonpackager tool refer to http://peterhansen.ca/blog/bbx-python-self-contained-demo-app.html for details bbxpython-demo-0.0.1.6.bar: standalone demo, version before bouncing_logo demo added launch2-0_0_1_33.bar: minimal native stub (23K!), inits screen to avoid 30s timeout launcher-0_0_1_18.bar: no OpenGL or libbps initialization... compact native stub (but times out after 30s since OS kills it) launcher-0_0_1_10.bar: same as 0.0.1.7 but with all access permissions requested: grant only those you want to use (but Files is a must) launcher-0_0_1_7.bar : original release + older versions of the binary install package blackberry-py-full-0.9.2.tar.bz2: BB-Py binary package, built on Qt 4.8.2 with latest stable bbpy/ package included