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
trafficstars

The form dialog is very unstable often resulting in segmentation faults. It seems to happen mostly with forms with many fields where scrolling is required to make rows visible. Adding...

when typing with IME, if text candidates are not committed yet, and you accidentally pressed one of the hints provided by pythonista, the app will crash immediately. Steps to reproduce:...

Full-width symbols, like commas `,`, Question marks `?`, exclamation marks `!` and parentheses `()`, brackets `[]`, braces `{}` cannot be typed into pythonista editor or console, they are required in...

In Pythonista 3.4, when running the following ``` my_image = appex.get_image(image_type="ui") print(my_image.format) ``` you get a `'_ui.Image' object has not attribute 'format'`. Based on [this](https://omz-software.com/pythonista/docs/ios/ui.html#ui.Image), these "ui" images should have...

I'm trying to use Pythonista 3.4 to push some data to the clipboard, and am running into an error. The code below reproduces the problem: if I am in an...

main in file A.py calling function in file B.py (in a different directory!). While modifying B.py and launching main in A.py, previous version of B.py is called Pythonista 3.4 behaves...

UI DatePicker wheel style is no more the default mode since a change in IOS API. Pythonista UI date picker component style is broken. The new DataPicker style API should...

Hi there. First of all many big thanks for this great app, awesome new update also nice job. I'd like to talk about the icloud folder which is a neat...

Getting this error when trying to open a file I edited earlier that had some breakpoints set. other files seem unaffected. V3.4 (340012) iPadOS 16.4.1 The app was terminated due...

#695 `plistlib.readPlist` -> `plistlib.loads` add `read_bytes` of `from pathlib import Path`