Pythonista-Issues
Pythonista-Issues copied to clipboard
Issue tracker for Pythonista (iOS)
Anything pasted in UI Desiger subviews gets placed at highest level - not in current subview context
Steps to recreate: Start a new "Script with UI" Use the "+" to add custom view. Enter the custom view by tapping it and then selecting "subviews" Use the "+"...
I’m constantly having this issue where the keyboard special characters at the top reduce in size every time I switch apps and come back to Pythonista.  
In some places pressing up/down skips whole code block instead of moving curosr to the next line.  On the attached gif you can see that it skips line 3...
Since the [last tweet](https://twitter.com/olemoritz) from Ole was more than a year ago and Pythonista hasn't had an update for a long time either, I wanted to ask if anyone knows...
I’m trying to open a UI .py file (actual .py file not .pyui) but when I do it crashes the Pythonista application. I have done a restart of my iPad...
It'd be awesome if [OpenCV](https://github.com/Itseez/opencv) could be compiled for Pythonista. There are existing Python bindings in the `cv2` module, and also Objective-C bindings. I don't know how difficult it would...
After upgrading to iOS 15.0, shortcuts which use the Edit Script &/or Run Script actions in Shortcuts will now no longer run. The following, Unknown Action block is shown within...
lxml module
Implementing lxml would make web scraping a whole lot easier and faster.
Would be nice if stored passwords can be protected by touch ID. In other words, whenever I call `get_password`, touch ID popups and then the password is retrieved. Something like...
Sorry if it was a duplicated bug report. But i created a IOS shortcut that is triggered when i got a message from a specific number, an my action is...