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!
Feb 26, 2017 - 22:02
DanielDeiana
```python
# coding: utf-8
from scene import *
A = Action
class TouchBall(Scene):
def setup(self):
ball_size = 1
bend = 10 # higher...
Feb 26, 2017 - 21:59
DanielDeiana
```python
# coding: utf-8
from scene import *
import sound
import random
import math
import console
import speech
A = Action
happy_faces ...
Feb 25, 2017 - 08:33
myko
How can I debug my webapp in Pythonista? In the python learning book they use this code:
```
app.run(debug=True)
```
It doesn't function in ...
I just got a new iPad and, of course, one of the first apps installed is Pythonista. I'd like to move all of my files from my old iPad using...
Feb 24, 2017 - 08:26
myko
I am a complete beginner. I try to do some examples from a python learning book. One example explains how to build a webapp. The webbapp sho...
Feb 24, 2017 - 07:14
kalmdown
The errors in the pink sheets are always cut off. I try tapping on them but it doesn't show the rest.
I've downloaded a lot of files, from my Mac, via FTP.
A **listdir** gives the right list but some files are invisible in the Pythonista wind...
Feb 23, 2017 - 15:35
timkl78
I've been using the pythonista:// url scheme, it works great as long as the script is in the root folder in Pythonista.
Is there a way to u...
Feb 23, 2017 - 09:44
paultrott
Help New to Pythonista
I have just downloaded the app onto my ipad and see you can load extra code libraries/modules etc into the app. Bu...
Feb 22, 2017 - 21:21
JustBe
I already know how to create a TableView that allows swiping on a row to reveal the Delete button. So...
How would I make it so that two bu...
Feb 20, 2017 - 21:35
Bjucha
Hi
Im trying to create a budget program that you put your incomes in and then you add all your bills. However im far from finish due to the...
Feb 18, 2017 - 07:41
johnwind101
Is there a way to assign vim keys ? Thank you.
Feb 18, 2017 - 00:39
Brando
My program was running just fine yesterday, but after making slight changes, only changing and reducing the HTML calls, the program only run...
Feb 17, 2017 - 17:54
zSaaiq
Can someone help me how do I kill springboard in pythonista ? I have jailbreak and want this feature :/
Feb 16, 2017 - 19:01
TutorialDoctor
I'm guessing the newest version of Editorial is supposed to have an asset picker for the sound module. I don't see it? Perhaps this was copi...
Feb 16, 2017 - 08:16
Leeman
I have written some codes to count number of attributes in classes and methods of a module but I'm not getting results. I'll be glad to get ...
I'm tying to perform multiple uploads to several FTP servers by using threads.
Threads seem to work but it seems that my callback code is no...
Feb 14, 2017 - 05:07
Jozh
How do you make this work
```
import dialogs
text = '''the
tree
going'''
dialogs.edit_list_dialog(title='', items= [text], move=True, d...
Feb 14, 2017 - 01:53
jawon
Is there any way to specify the folder you want Editorial to create a new file within other than the current folder?
I am comfortable with...
Feb 13, 2017 - 15:50
jpython6
I'm attempting to convert speech to text using speech's new recognize function, but when I pass a .m4a audio file (recorded using sound.reco...
Feb 13, 2017 - 10:55
logang
UI Designer Crashes Pythonista when attempting to add button
Hey everyone,
I'm not sure why, but when I make a new pyui file, and attempt ...
Feb 13, 2017 - 02:06
Brando
I have a issue and don't know if it is fixable because of apple's limitation. I'm trying to use a slider in the Notification Center and turn...
Feb 12, 2017 - 18:17
mikael
This must be a faq, but I could not get the search terms right:
Is there built-in support for adding my own templates to the options presen...
@JonB and @omz I've a strange problem. I've used objc mail of omz doc and [yours](https://github.com/tdamdouni/Pythonista/blob/master/mail/m...
Feb 12, 2017 - 11:34
apcj
Is there any way to solve this?
Here is my code. a is successfully added to reading list, but not b or c.
```
# coding: utf-8
import webbro...
Feb 12, 2017 - 06:45
ramvee
Hi Friends,
I just want to take input from TextView Or Any Text Clip And Store It In As A JSON String, including newlines and tabs. Lot of s...
Feb 12, 2017 - 05:37
nekotaroneko
[Git](https://github.com/nekotaroneko/GUI_Helper)
2.26 updated
This helps you make gui application
1. select pyui file
2. edit your code as...
Feb 10, 2017 - 22:27
aliteralmind
Editorial has been my only plain text editor on iOS for well over a year now. Unfortunately, for the first time, the app seems to have gone ...
@omz I want to unzip .7z files and I've found the lzma.py module in the Sandard Library, and I hoped until I got the message "**lzma is curr...
Feb 09, 2017 - 20:37
donnieh
In Xcode, if I begin a new Obj-C project I usually can find a "memory warning" method that gets called if needed, so I can dump resources.
...
Feb 08, 2017 - 19:32
JuanCab
So, after the latest update to Pythonista (version 3.1), I am now getting an API Error when my DropBox Syncing script attempts to upload fil...
Feb 07, 2017 - 13:53
paul b
I am starting to learn UI and have reached the following point in the documentation:
"Using the UI Designer
If you went through the example...
Feb 06, 2017 - 17:25
mikael
There's some problem with the implementation of ui.delay or my understanding of it. The code below (gist [here](https://gist.github.com/24fb...
Feb 06, 2017 - 14:29
jbarriga
Hi everyone!
First post here. I am trying to access the Strava API on Pythonista. I downloaded Stash and installed the stravalib library. Ho...
Feb 06, 2017 - 04:25
jszsj
the issue see the screen snap:
my device is iphone 6 plus
(sorry, my English is not very well)
:
File "/private/var/mobile/Containers/Shared/...
Feb 05, 2017 - 06:46
samurai
Can "chainer" be used in Pythonista(3)?
Feb 04, 2017 - 20:09
carlseglem
I'm working on getting started with Python workflow actions in Editorial 1.3 (130012) and following he [UI designer tutorial](http://omz-sof...
Feb 04, 2017 - 17:48
Fogleman
I have been using this action with the new version of Editorial until early this week, when it just stopped working. Ideas?
I seem my mes...
Feb 03, 2017 - 22:57
scj643
Was wonder why @omz was not active on the slack for a while
Feb 03, 2017 - 21:47
polymerchm
@omz Pythonista 3 beta has expired. When do we anticipate an update?
Feb 03, 2017 - 13:09
Fogleman
I see mentions of deleting/reinstall for troubleshooting, but I have many templates that I don't want to lose. Is there a way to backup all...
Feb 02, 2017 - 07:36
lachlantula
It seems like the "import file" function now available inside the share sheet only works 1/3 of the time for me and my mate. Is there a tric...
Feb 02, 2017 - 06:41
Swoboderz
File "/var/containers/Bundle/Application/D1ECCA2A-92A4-498F-9924-55A09E1EE6CD/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/distutils/lo...
Feb 01, 2017 - 20:34
Bjucha
Hello
Im doing a simple text based hangman game and I was woundering if there is
A command for telling the user witch letters in a Word is ...
Feb 01, 2017 - 19:23
mygeekdaddy
I got a new iPad and was working on setting up Editorial on it. The current version (v1.3) does not seem to work with the Backup/Restore wor...
Feb 01, 2017 - 17:06
joeface71
I am receiving the following error when trying to execute some scene example:
Traceback (most recent call last):
File "/private/var/mobile...