Pythonista-Issues icon indicating copy to clipboard operation
Pythonista-Issues copied to clipboard

Issue tracker for Pythonista (iOS)

Results 160 Pythonista-Issues issues
Sort by recently updated
recently updated
newest added

Good evening! I wrote a little game in Pythonista. It is just like a chess game. The users are moving figures over a chess board with a touch_moved method from...

Hello, in my program I have three views (each one called in the init of the previous one, the first one in the main thread), that I present on top...

The following python script gives the expected output on Python 3.10 (and other versions) on MacOS, but not in Pythonista 3 (version 3.4). ``` import sys print(''' This should print:...

I need use Tk in pythonista. I try downloaded it with using sharp. When i try to run my code i have error "module not found" and other. Maybe someone...

I purchased this app two days ago, but unfortunately, it has been very buggy, and it seems there hasn't been any recent interaction or updates from the developer. I'm quite...

Seems that calling console.quicklook and a file path no longer works in ios18 but just hangs the program. Anyone have any alternatives or workarounds? Many of my scripts rely on...

The scene.touch python object does not have all the fields of the UITouch ObjC object. Specifically, the majorRadius, or attributes like force https://developer.apple.com/documentation/uikit/uitouch I was looking for a workaround, but...

How does one pass a Dictionary from Shortcuts to a Pythonista script?

When you run a script twice in succession, the global variables defined in the script still contain the values from the previous run. I’m including a script (93.py) that demonstrates...