Pandas would be very useful.
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 ihf
-
RE: Outliner with drag/drop reordering - part 2
@cvp Using a UI would be very nice but I would settle for the console. Python comes on the Mac but since it is OSX (and not iOS) you can pretty much install any Python distribution you like. I use Anaconda.
-
RE: Pythonista on Android
With the advantage that there would be no restrictions on the libraries that could be ported :-) I would guess that @omz has his hands full with IOS but it would be great if someone would develop an IDE for Android. SL4A makes it easy to run python 2.7 or 3 but I have not seen an IDE that runs under Android.
-
Question about the forum software
The profile settings has a setting for receiving email for topics to which you are subscribed. I have Watch turned on for a few threads but have never received an email. I get a sound if I have the browser open and a tab to the thread but no notification otherwise. Am I missing something or does this function not work?
-
RE: Outliner with drag/drop reordering - part 2
@cvp I am glad to see that you are maintaining a sense of humor. (or at least I hope you are).
-
RE: Outliner with drag/drop reordering
@cvp Good question. On the Notebook app that I've mentioned earlier, if you move to under the 2.0 it becomes 3.0 but if you move to under the b (in 2.0) then it becomes 2.1. So it is sensitive to whether the location is indented or not.
-
Outliner with drag/drop reordering
I am looking for an outliner tool (app) that would permit me to create an outline using either the Roman numeral (I. A. a., ii. ) or numeric format (1. 1.1 1.11 1.111). and that would support drag and drop reordering of items. I have searched unsuccessfully for such an app. I think this ought to be possible with Pythonista but I am not skilled enough to do that. Has anyone done this with Pythonista or seen an app to do this?
-
RE: New Beta for Pythonista 3.3
Some Apple Watch support would be a great addition and (as has been said) would help fill the void that Apple created when they replaced Workflow with Shortcuts.
-
What's in the works for Pythonista?
@omz Can you share with us what you are working on for future releases of Pythonista?
Latest posts made by ihf
-
RE: Outliner with drag/drop reordering - part 2
@cvp OK, that worked except Pythonista is crashing at startup. I started in safe mode and I can run the script but can’t start a new outline. If I select New, nothing changes. If I restart Pythonista sometimes the script can be run and sometimes Pythonista crashes and I have to repeat the process but even when the script runs it isn’t working. I understand if you would rather not return to thinking about this after this long a hiatus.
-
RE: Outliner with drag/drop reordering - part 2
@cvp I think I have it working on my iPad (it fails on the Mac) but I am getting this message:
Pythonista not authorized to access calendars. Run once Pythonista with argument grant_access_to_calendar and be sure there is a calendar named “Outline”.
I still have that calendar but how do I run Pythonista with this parameter? -
RE: Outliner with drag/drop reordering - part 2
@cvp Thanks! That got me this far:
Traceback (most recent call last):
File "/Users/ihf/Library/Group Containers/group.pythonista/Pythonista3/Documents/outliner.py", line 127, in <module>
load_framework('EventKitUI')
File "/var/folders/y2/38gkkc0s7d52_mr_s6zfj7m80000gq/X/39F898D0-35D5-525D-AE08-9F73AF9E1A9F/d/Wrapper/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/pythonista/objc_util.py", line 934, in load_framework
return NSBundle.bundleWithPath_('/System/Library/Frameworks/%s.framework' % (name,)).load()
AttributeError: 'NoneType' object has no attribute 'load' -
RE: Outliner with drag/drop reordering - part 2
@cvp I wish I knew. I have some Dropbox backups but nothing very recent. I may also have an older iPad which I could not upgrade that may have it but I thought I'd ask. Your Outline script is still the only mobile app I've seen that has these features.
-
RE: Outliner with drag/drop reordering - part 2
@cvp trying again to see if I can get this to work. I lost virtually all of my scripts during an update. Can you point me to the lsaet (working) version of the script?
-
Copying files from device to device
Since I deleted Pythonista and lost the files on my old iPad, I am wondering if there is an easy way to move a large group of files from another iPad to the one I wiped? (no, I don't have any usable, recent backups).
-
Stash fails
Out of sheer frustration over the fact that virtually everything I seemed to be trying to run under the new beta was failing, I did something rather extreme, I deleted the app along with every one of my files. So much for the last several years. In any case, with a freshly installed beta (34009) I decided to install stash. When I tried to run it, I got the following:
Traceback (most recent call last): File "/private/var/mobile/Containers/Shared/AppGroup/EC9901B7-3759-4973-93A6-1A0D17CC60A9/Pythonista3/Documents/launch_stash.py", line 28, in <module> from stash import stash File "/private/var/mobile/Containers/Shared/AppGroup/EC9901B7-3759-4973-93A6-1A0D17CC60A9/Pythonista3/Documents/site-packages/stash/__init__.py", line 2, in <module> from . import core as stash File "/private/var/mobile/Containers/Shared/AppGroup/EC9901B7-3759-4973-93A6-1A0D17CC60A9/Pythonista3/Documents/site-packages/stash/core.py", line 23, in <module> from .system.shcommon import (_EXTERNAL_DIRS, _STASH_CONFIG_FILES, _STASH_ROOT, _SYS_STDOUT, IN_PYTHONISTA, ON_IPAD) File "/private/var/mobile/Containers/Shared/AppGroup/EC9901B7-3759-4973-93A6-1A0D17CC60A9/Pythonista3/Documents/site-packages/stash/system/shcommon.py", line 20, in <module> _properties = plistlib.readPlist(os.path.join(os.path.dirname(sys.executable), 'Info.plist')) AttributeError: module 'plistlib' has no attribute 'readPlist'
-
RE: SCP and transferring files
@cvp thanks so much! Both the script from the share sheet as well as the import function (which I never even thought to try) worked with Nextcloud
-
RE: SCP and transferring files
@cvp Yes, that does work although for some reason some of the directories on my Nextcloud instance are showing as empty when they are not. However, that's not a Pythonista issue. Am I correct that this transfer from Files app to Pythonista can only be done directly on an iPad running in split view or is there a way to do it on the iPhone?
-
RE: SCP and transferring files
@cvp Thanks for your help. I finally got it to work.I used the Files app to copy files from Nextcloud to iCloud and then use Files app to move them from iCloud to Pythonista space.