Pythonista-Issues
Pythonista-Issues copied to clipboard
Faker package causes example keyboard to crash, only in keyboard view
trafficstars
the pythonista3 keyboard examples Calculate.py, Text Effects.py and Placeholders.py make use of the faker package to generate fake data. When run in the app, these scripts run fine. however when run via the pythonista keyboard the scripts crash. commenting out "import faker" and substituting faker related lines for text constants fixes this.
Did anyone find a fix?