Forum Archive
These pages contain a static archive of the old community forum for
Pythonista (and Editorial) between 2012 and 2022. The Pythonista forum is now hosted on GitHub:
→ Join the Discussion!
Sep 28, 2018 - 17:59
craigmrock
Trying to return True if there are duplicate items in a list.
Not working with numbers, and want to allow the user to make a list as long a...
Sep 28, 2018 - 13:20
Skatman84
I'm starting to program in Python, although I have experience in C and objective-C. Just downloaded Pythonista 3 for iphone and made a small...
Hello!
I'm drawing lines like this:
```python
def drawLine(self,x1,y1,x2,y2):
self.path = ui.Path()
self.path.line_width = ...
Sep 27, 2018 - 12:38
mikael
I am trying to get trio run on Puthonista, as a more sane replacement for asyncio. Installs fine, if you also install the contextvars depend...
Hi,
I've got an app in which the user draws multiple images in succession. The images are stored in an array. I'm wondering what the best m...
Sep 27, 2018 - 10:00
vincityhn1
In the UI module, when a button’s text is changed, the whole button flashes.
Is it possible to remove this flashing?
Thanks.
Sep 26, 2018 - 04:21
isaackoz
Running Pythonista 3 on IOS 12 (iPhone 8+) crashes instantly after starting it up. I can see my code show up for a second and then it just c...
Sep 25, 2018 - 18:00
chriscioffi
Context: I’m pretty experienced with Python, but new to Pythonista and iOS dev.
I have a SiriShortcut that needs a UI. It’s a yoga timer ...
Hi everyone,
I'm learning pythonista and am trying to work on this example script:
https://gist.github.com/8f81907e4844d579ef8eda2ed5d65d5e...
Sep 25, 2018 - 04:16
reticulated
Hey all,
I am going to ask a silly question- but so don't know, so i'm asking!
Can apps on the iOS echo system share functionality?
ie - ...
Sep 24, 2018 - 09:02
vinodkasipuri
I looked at all the possible keys in all json files based on the answer in Python Selenium - What are possible keys in FireFox webdriver pro...
Sep 24, 2018 - 08:56
vinodkasipuri
I am running selenium on python and I have firefox installed.
When I try to open firefox with [selenium Certification](https://mindmajix.co...
Sep 23, 2018 - 21:19
shinyformica
Looking at the documentation for the various widgets, I see "enabled" properties for buttons and other controls, but not for sliders? Does t...
Sep 21, 2018 - 23:42
inzel
Is there a way to install Pythonista’s photo module in other Python environments? I cant find it with pip.
Thanks,
Inzel
Sep 21, 2018 - 19:04
phressh
Hey guys, I'm a super noob with pythonista and python, but there is just one thing that I would like to ask to see if it is even possible. H...
Sep 21, 2018 - 08:43
a3241321df
美国是大多数留学生向往的留学深造目的地之一,(当面临诸多例如:Probation、Withdrawal、Suspension、Dismissal、等学术警告问题的时候,很多学生选择了联系我们修改成绩单达到学分GPA要求或删除学术不良记录重新回到学校。【联系方式QQ-1252839...
Sep 21, 2018 - 05:47
craigmrock
Horrible at math (and probably Python) but trying to make a function that takes a word and adds an asterisk in between the letters. Trying w...
Sep 20, 2018 - 09:48
vincitytaymo
Well just getting into the flow of thing with Python. Reading a few books, finding it fairly easy as I already have some experience with C++...
Sep 20, 2018 - 06:16
[deleted]
Haven't seen omz for a while, and he didn't share the progress. Still waiting for updating the old modules and python 3.7. And webdriver.
Sep 19, 2018 - 21:48
inzel
Hello Everyone,
I am currently messing around with the Kairos API and am trying to use Pythonista to take a new photo on my iPad and then u...
Hi everyone,
I want to make a little program which allows the user to paint in an area on the screen. After hitting a button I want to tran...
Sep 19, 2018 - 13:34
Danil Dmitriev
Hello, I bought a pythonista program and ran into a problem. When I try to import the numpy: import numpy as np library, the program throws ...
Sep 18, 2018 - 19:50
chibill
The new-ish spam filter is causing problems like flagging posts with code in it as spam if over some length. Also if you happen to be creati...
Sep 18, 2018 - 19:42
chibill
So last year I wrote my own APRS tracker using Pythonista.
APRS stands for Automatic Packet Reporting System
Using a python library for it...
Sep 18, 2018 - 11:50
AlbertoAEC
Hello!
First of all is the first time i am writing in this forum. I want to say this app is incredible and thanks to everyone here because t...
Sep 18, 2018 - 01:57
jgoalby
I have a settings dialog I am making using formdialog. I would like to style (font and text color) the header (and footer) for sections in t...
Sep 17, 2018 - 16:16
FrederickY
Is it possible to configure an x-callback url to Editorial that will take account of folders? I keep a cluster of files I would like to acc...
Hiya
I’m trying to fill a tableView with rows one after the other with a slight delay between each cell appearing.
This is how I’m trying t...
Sep 14, 2018 - 08:08
recon22
Hello,
I have the following code:
```
def currentlocation_tapped(sender):
location.start_updates()
currentlocation = locatio...
Sep 13, 2018 - 08:29
AndyCWB
Hi, stuff I do for work has to be in google drive, not Dropbox
... any chance on Google Drive being supported as a file store?
Sep 12, 2018 - 20:55
Cyferfontein
I keep on getting a missing dependency error. From what I can the dependencies are not missing. E.g. I am getting an error indicating that n...
Sep 09, 2018 - 13:19
tguillemin
I have the following text :
```
Paragraph1
Paragraph2
Paragraph2
Paragraph2
Paragraph2
Paragraph3
Paragraph3
Paragraph4```
```
I want t...
Sep 08, 2018 - 16:16
idvorkin
I'd like to generate an image/document in pythonista and then share it to other apps like Notability or OneNote. Is there a sample for that...
Sep 07, 2018 - 13:31
theotherswan
Please help. The following codes work fine on other Python platforms but not in Pythonista on my iPhone 8:
```python
grid = [['.', '.', '.'...
Sep 07, 2018 - 02:58
yoyo
I want to show each row in csv file on iOS application GUI.
Is Scroll view a proper component?
What I want do is to show a following row va...
Sep 05, 2018 - 08:09
shinyformica
Is there a way to get the current pythonista editor theme to be applied to the pyui interface a script presents?
Perhaps this is obvious, a...
Sep 03, 2018 - 23:10
frapython
Hi, I have imported a file (foo.py) from Google Drive to "External Files".
As far I have understood, I have copied only an URL, not a real f...
Sep 03, 2018 - 15:34
minus
```
import socket as s
import threading
import sys
import os
def startServer():
host='localhost'
port=9999
server=s.socket(s.AF_INET,s...
Sep 01, 2018 - 20:05
frapython
Hi, I have just bought and intstalled pythonista 3 on my Ipad.
In order to install matplotlib, I have installed Stash first.
Then running pi...
Sep 01, 2018 - 11:37
mikael
Is there a way to control the traceback color in the console? My poor eyes can't really read the red on black.
Aug 30, 2018 - 22:39
twotoed
Hi,
I've tried installing matplotlib-venn on Pythonista using pip but I can't seem to get it to work.
Instead I get a 'No module named scip...
Aug 29, 2018 - 21:31
Guy6767
I'm new to programming and after finishing to learn the basics of Python I got this app to practice on the go.
When I finished writing som...
Aug 29, 2018 - 20:20
rex_noctis
So I am working on a project with the ```
UI``` module, with the end goal of having it published to the App Store. Is there any way to compi...
Hi what is the secret to getting a table view from ui designer to overlay onto a background such that only the text is visible and the cells...
Aug 28, 2018 - 10:12
victordomingos
The new release of my image optimization command-line utility is out. It has a couple of cool new features and, for the first time, it is no...
Aug 27, 2018 - 23:36
dolanskurd
Hello!
Is there any way to update all the modules (in Pythonista) together not one by one?!
Pip update (all modules)
Aug 27, 2018 - 22:07
bennr01
Hi everyone,
some of you may have already noticed that [StaSh](https://github.com/ywangd/stash/) version ~~`0.7.0`~~ `0.7.1` was released a ...
Aug 26, 2018 - 14:38
dtm4beginner
Sorry, I'm terrible with English.
I got Pythonista 3.
I install StaSh.
>import requests as r; exec(r.get('http://bit.ly/get-stash').text)
...