omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    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

    Pythonista
    3
    3
    244
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ihf
      ihf last edited by

      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'
      
      
      
      ccc 1 Reply Last reply Reply Quote 0
      • ccc
        ccc @ihf last edited by ccc

        https://github.com/ywangd/stash/issues/462#issuecomment-1472858042

        M 1 Reply Last reply Reply Quote 0
        • M
          mestela @ccc last edited by

          Aha, brilliant, thanks!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB Forums | Contributors