pybble
pybble copied to clipboard
Python (almost) on Pebble
When running compiled app in local SDK 4.3 emulator and attempting to create a Card from UI get: ReferenceError: Symbol is not defined at dict (app.js:1862:36) at Object.Card (app.js:2399:20) at...
## Problem background Transcrypt requires Python3, this is not clear from pybble readme but it is from the Transcrypt readme. Today (2022-08-13) Transcrypt claims to need version Python 3.9 (although...
* Add support to skip minifier stage in Transcrypt with new flag `--nomin` (same as used by Transcrypt) * Make clear when Transcrypt error occurs * pick up the correct...
Error returned with stack trace: FileNotFoundError: [Errno 2] No such file or directory: 'java' This is due to the default behavior of Transcrypt attempting to run (java based) minifier, whether...
readme https://github.com/hiway/pybble/blob/master/README.md#what-works mentions ajax support but its not documented/implemented. See https://gist.github.com/hiway/cd237eb1040c38e7ab5306a63575ded5 for code.
Naming a file `01example.py` causes `pybble build --copy 01example.py` to fail with: `FileNotFoundError: [Errno 2] No such file or directory: '__javascript__/01hello.min.js'` Transcrypt does not complain, however no minified file is...