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

Issue tracker for Pythonista (iOS)

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

This simply can be implemented. The example how can it be done is here https://gist.githubusercontent.com/o-murphy/c18342302a2ab09a9d8bfbf086248797/raw/21e54ab26eb3961086ef2d93b4ba1c9e8aa1bfb5/pythonista_ansi_patch.py

There are no `pwd` module inside built-in or std. But it is in cpython3.10 and cpython3.13

There is no clear way to free CentralManager resources or reload `_cb`. `cb.shared_manager` is singleton type of `cb.SharedCentralManager` and does not allow you to set multiple delegates at the same...

Hi, i am changing the "label1.text" with this function, but on my view it is not updated? Can you tell me how to activate an update of the view? Thanks...

the .html file opens, views, but the ▶️play button is dimmed. I can see the .html file in Files, and quicklook shows it..

@jsbain A very long time ago, you were most kind and wrote a script to compute the area in a floor plan which showed the dimensions of at least part...

I am trying to write a script (with help from ChatGPT) to get the latest video file from my Photo library, upload to Nextcloud, and return a shareable link to...

Hi! I have a script with a ton of sprites, moving objects, calculations, and more using the scene module. I have been wanting to record, or at least view the...

Currently, it's not possible to "pick" directories using Python. I suggest adding a `pick_directory` function to the dialogs package, which will return the path to the directory with read/write permissions....