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 doesn't work.

    Pythonista
    4
    6
    255
    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.
    • pavlinb
      pavlinb last edited by

      Hello,
      I'm not sure when Stash has stopped working.
      Is it related to iOS version 16.3 or new Pythonista version 3.4?
      After lunching it returns error : "module 'plistlib' has no attribute 'readPlist' "
      Regards.

      cvp 1 Reply Last reply Reply Quote 0
      • cvp
        cvp @pavlinb last edited by

        @pavlinb Please refer to this topic https://forum.omz-software.com/topic/7902/pythonista-3-3-4-340006-beta-import-pandas-throws-error

        pavlinb 1 Reply Last reply Reply Quote 0
        • pavlinb
          pavlinb @cvp last edited by

          @cvp I have tried lot of things, but stash still doesn’t run. Any other experience this problem?

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

            @pavlinb Are you on the new Pythonista Beta version?
            https://github.com/ywangd/stash/issues/462

            1 Reply Last reply Reply Quote 0
            • bosco
              bosco last edited by

              This command worked for me:

              url = 'https://raw.githubusercontent.com/ywangd/stash/dev/getstash.py'; import requests as r; exec(r.get(url).text.replace('master', 'dev'))
              
              pavlinb 1 Reply Last reply Reply Quote 3
              • pavlinb
                pavlinb @bosco last edited by

                @bosco Thanks. Problem solved.

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