-
On latest iOS 13.1 with latest pythonista beta 330015, you cannot import folders, only files, using the external files importer. From what I understand this is because of some api change in the latest…
-
You wrote this note "Working Copy has recently made changes that might make much of this unnecessary!". Can you specify in which version of working copy was this introduced? It doesn't seem to work fo…
-
While `contacts.IPHONE` exists in Pythonista's iOS-specific module `contacts`, the (brand-agnostic) `contacts.MOBILE_PHONE` does **not**, even though `"_$!!$_"` **is** recognized by `contacts.localize…
-
(This is not app issue, sorry)
Document on official site seems old than app bundled one.
http://omz-software.com/pythonista/docs/ios/
For example, there is no today widget section in `appex` mo…
-
I am unable to install pyzmq:
https://pyzmq.readthedocs.io/en/latest/index.html
```
...
Downloading package ...
Opening: https://files.pythonhosted.org/packages/bf/7f/24a55c3393d54570f26fa88…
-
The example (mentioned in closed issue support #501)
**System Information**
* Pythonista N/A (N/A), Default interpreter 3.10.4
* iOS 16.5, model iPad7,5, resolution (portrait) 1536.0 x 2048.0 @ 2…
-
**Environment**
* Latest Pythonista beta
* iOS 11 GM
* iPad Pro
* Black Mamba disabled (empty `pythonista_startup.py`)
**Description**
Try to run following script and check commented instr…
zrzka updated
7 years ago
-
**System Information**
* Pythonista 3.1.1 (311015), Default interpreter 3.6.1
* iOS 11.0.3, model iPad, resolution (portrait) 2048.0 x 2732.0 @ 2.0
**Description**
External locations (in pla…
zrzka updated
7 years ago
-
basically run this:
```
class Test (object):
def __repr__(self):
return 42 # bad, bad code, but should not crash the software…
set().remove(Test())
```
I wanted a prettier message for the…
-
On iOS 12, I had a shortcut that would invoke Pythonista with some input. The input was available in `sys.argv[1]`. I haven't changed the shortcut, but now, I can't seem to find the input anywhere. …
glyph updated
4 years ago