I saw your notes on twitter, very good news
Welcome!
This is the community forum for my apps Pythonista and Editorial.
For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.

Best posts made by OI
-
What's the timeline for the next beta with debugging capabilities?
-
RE: Python 3.x Progress Update
@omz Well, I am glad the App is selling so well, a very well deserve recognition to a flawless execution and plenty of very powerful functionality, for a very limited and constrained environment, aka iOS Sandbox, but at the same time, thanks to Pythonista with a lot of potential. I use my iPad Pro as my main device 70% of the time, looking forward to increase it to 90%.
-
RE: Python 3.x Progress Update
@omz I have to say that you are raising the bar, BIG TIME, P3 is becoming a real professional Python development tool, is there a way to do PayPal donations, I personally think Pythonista is undervalued in the App store, my personal opinion though.
-
RE: Stash font size increase
@ywangd said:
There is currently no way to hide the virtual key row without changing the source code. It is a legacy behavior from when we had no true external keyboard support. It is indeed no longer necessary. I'll make the changes later.
Thanks
-
iOS 9, iPad Pro Beta/Update
Any estimated timeline when we will have an updated version of Editorial? Even if its a Beta version for now
Latest posts made by OI
-
RE: Is there a TestFlight link available for the beta version?
@raavikant This is a Pythonista forum, that means the TestFlight version I am asking for, is for it. No other app. Thank you
-
Is there a TestFlight link available for the beta version?
I have tried the old one but didn't work, thank you
-
RE: Pythonista 3 3.4 (340006) beta: Can we test on Apple Silicon Macs?
@omz I refreshed TestFlight and still it says it can only be tested on an iOS device. Maybe you have to issue a new Beta version?
-
Simpler way to Print Editor code to the physical Printer
Right now to print, from the tab where the Python code is, I have to Create a PDF from the Share Menu (Wrench), then once the PDF file has been created as an additional tab in the editor, I can access the Print menu, then I have to delete the PDF file created in the folder where the script is stored.
Is there a simpler more straightforward approach to this? Maybe a custom script that I can trigger from the Share Menu (Wrench) directly from the tab where the Python code is?
Thank you
-
RE: Is it possible to change the Console font size?
@cvp An imported module, is it just a Python file/script stored somewhere or does it need to be stored on a special folder?
-
RE: Where can I find the Console, editor, keyboard modules
@cvp Understood no problem.
I really appreciate your quick responses and willingness to help others, I apologize if some of my questions are very basic, new to Pythonista, new to Python, not new to programming though.
Again, thank you very much for all the help
-
RE: Where can I find the Console, editor, keyboard modules
@cvp I checked the Production version I have installed on my M1 MacBook, and I couldn't find it either, I have:
/Standard Library (2.7)
/Standard Library (3.6)
/site-packages
/site-packages-2
/site-packages-3I have checked all the Folders, no Console.py
-
RE: Where can I find the Console, editor, keyboard modules
@cvp Thank you
I am using the Beta version, and inside the Python Modules folder I only have Standard Library (3.10) and Site Packages.
Within Standard Library (3.10)/Site Packages I don't have the Console.py file
-
RE: Is it possible to change the Console font size?
@cvp Thank you very much.
Why you say that I have to run it per each editor tab? Can I add the code to the pythonista_startup.py script? That way it will always be with the larger fonts after Pythonista start?