omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. shtek
    3. Topics

    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.


    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 38
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by shtek

    • shtek

      stash ipad error:cannot close history panel
      Pythonista • • shtek

      4
      0
      Votes
      4
      Posts
      2367
      Views

      shtek

      perfect. thank you

    • shtek

      found an interesting project pystore at http://tieba.baidu.com/pythonista
      Pythonista • • shtek

      1
      0
      Votes
      1
      Posts
      1553
      Views

      No one has replied

    • shtek

      hi, the App always crash, what to do?
      Pythonista • • shtek

      3
      0
      Votes
      3
      Posts
      2167
      Views

      shtek

      @JonB said:

      in settings app, go to pythonista, and try enabling safemode.

      if that doesnt work, you can try typing pythonista:// into safari.

      barring that, try an uninstall/reinstall

      thank you. I didn't know that there's a safemode.

      before seeing this, I found that I can use this App from share extension console,
      and then I deleted last edited file, which contains only two lines:

      import contacts groups = contacts.get_all_groups()

      and then the App works again.

      the strange thing is that these lines are normal script lines.
      now I add back these two lines it still works.

      something very strange mush happened.

    • shtek

      after latest update, old script doesn't work any more
      Pythonista • • shtek

      7
      0
      Votes
      7
      Posts
      4552
      Views

      cvp

      @shtek Agree with @JonB . During years, I have had a lot of problems or errors and I never have needed to reinstall the app. Really, this forum is a big help...

    • shtek

      force exit to Home screen
      Pythonista • • shtek

      15
      0
      Votes
      15
      Posts
      10130
      Views

      ihf

      @Jonb Thanks!

      I appreciate the reminder that Apple views os.crash as a no-no (for non-crash uses) and that users would find it confusing since apps don't just return to the homescreen normally. However, The use case I mentioned makes sense to me and I have no need to publish the script (lest someone think that Pythonista had crashed).

    • shtek

      why no icon of hud_alert when run in share sheet
      Pythonista • • shtek

      3
      0
      Votes
      3
      Posts
      2431
      Views

      cvp

      You're right, it's strange. I don't see any explanation ☹️

    • shtek

      exit share extension?
      Pythonista • appex • • shtek

      4
      0
      Votes
      4
      Posts
      3206
      Views

      omz

      Yeah, I think appex.finish is still undocumented, but it's safe to use.

    • shtek

      typo? duplicated get_vcards
      Pythonista • • shtek

      2
      0
      Votes
      2
      Posts
      1623
      Views

      ccc

      https://github.com/omz/Pythonista-Issues/issues/278

    • shtek

      can not detect clipboard after copy sth in slide-over screen, in Today widget
      Pythonista • • shtek

      2
      0
      Votes
      2
      Posts
      1580
      Views

      shtek

      seems need time. add time.sleep(1) and it's ok now.

      https://forum.omz-software.com/topic/3095/today-widget-get-print-working That should work. I found that in some cases (pretty rare), the widget script doesn't run automatically when you pull down Notification Center, and you may have to tap the run button in the widget manually (the triangle is not a logo). I'm not sure why this happens.