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

I see that the discrete simulation package SimPy is included as a standard module. There is another, much more feature-rich- similar package, called salabim that even supports powerful animation in...

It would be nice if you could add the very handy peek module. Extremely useful for debugging and ... fully compatible with Pythonista. See www.salabim.org/peek for details and the link...

It would be great if Pythonista included a conditional breakpoint, I.e. breakpoint that is active if a value satisfies a condition. This would allow jumping to a particular iteration in...

A `ModuleNotFoundError` is raised when importing the `lzma` module. It appears an internal '_lzma' module is missing. Here's the printed traceback from a console import (same thing when importing in...

Update README.md with a link to Pythonista Discussions (instead of the old forum). Addressing issues #720 and #726

Hi, it is little bit hard to describe, but i recognized that after switching to the Testflight Beta from Pythonista i just recognized that all my scripts need a little...

This code works perfect on my Mac, but does not work in Pythonista. It loads an image from a website, saves it as a PNG, and does some image manipulation....

iPadOS version 17.7.3 Pythonista version 3.4 This useful feature no longer works on my iPad. The cursor will only move one or two places, where previously it could scroll many...

I modified your sample to display other fields from the reminders but the url is incorrectly reported as None def main(): all_calendars = reminders.get_all_calendars() for calendar in all_calendars: if calendar.title...

When loading with External Files / Open … / Python / Text File …, Pythonista doesn’t see folders which start with a dot.