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.
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'
-
-
Aha, brilliant, thanks!