omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. jugisto135
    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 6
    • Posts 19
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by jugisto135

    • jugisto135

      Get a list of all keys in Pythonista's keychain?
      Pythonista • • jugisto135

      16
      0
      Votes
      16
      Posts
      10606
      Views

      userista

      @dafire Aha thanks for the clarification

    • jugisto135

      How to save image via photos.save_image()?
      Pythonista • • jugisto135

      7
      0
      Votes
      7
      Posts
      7350
      Views

      Rob

      Should be fine with .jpg

      e.g. (if the URL is in the clipboard)

      from photos import save_image from Image import open as open_image from cStringIO import StringIO as string_as_file from urllib import urlopen from clipboard import get as get_clip save_image( open_image( string_as_file( urlopen( get_clip() ).read() ) ) ) print 'Saved'
    • jugisto135

      scene.text() won't show strings
      Pythonista • • jugisto135

      3
      0
      Votes
      3
      Posts
      2107
      Views

      jugisto135

      Yes, thanks. That would have been better. But right now I've truncated the dtring to a fixed length and the problem is gone.

    • jugisto135

      Size of layer image
      Pythonista • • jugisto135

      3
      0
      Votes
      3
      Posts
      2205
      Views

      jugisto135

      Thanks, ccc.

    • jugisto135

      Turn off line-wrapping
      Pythonista • • jugisto135

      3
      0
      Votes
      3
      Posts
      2147
      Views

      jugisto135

      Thanks, that's even better.

    • jugisto135

      Cannot create private gists
      Pythonista • • jugisto135

      6
      0
      Votes
      6
      Posts
      3983
      Views

      jugisto135

      I can now confirm it's the password length. I have tried another account with a strength of 10 characters. Worked as expected and created a private gist for said account.

      Thanks