Pythonista-Issues
Pythonista-Issues copied to clipboard
Issue tracker for Pythonista (iOS)
**System Information** * Pythonista N/A (N/A), Default interpreter 3.10.4 * iOS 17.2, model iPad13,16, resolution (portrait) 1640.0 x 2360.0 @ 2.0 also: * Pythonista N/A (N/A), Default interpreter 3.10.4 *...
I there, I want to modify some files in SD card in place, so I tried to add a folder to EXTERNAL FILES section, but I see this behaviour: -...
Hello! I have the following file structure in Pythonista: Program A -includes --includes.py -Program A.py Program B -includes --includes.py -Program B.py Program A.py `from includes.includes import VARIABLE_A; print(VARIABLE_A)` includes.py in...
Bug in Core Bluetooth fails with **PY_SSIZE_T_CLEAN macro must be defined for '#' formats** whenever write_characteristic_value is called
On iPhone 11 using IOS 17.3.1 (no problem on iPad Air 3rd gen same os) using sound.recorder causes speech.say volume to decrease. import speech import sound speech.say('before record') record_time =...
I’m trying to hook onto GPT4 (of course I have an openAI key). A friend sent me the access code below but Pythonista does not seem to support (I get...
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...
Is it possible to have keyboard haptic feedback similar to Apple's stock keyboard?
`Hi,` i am using Pytonista on an Iphone 15 Pro (iOS 17.2.1) and Pythonista 3.4. On a older Iphone XS (iOS 17.2.1) everything works fine. But on the new Iphone...
I like to request being able to see files with a dot prefix, or hidden files in the file browser. I use a lot of .env and .gitignore files and...