omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. cvp
    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 42
    • Topics 134
    • Posts 6446
    • Best 642
    • Controversial 0
    • Groups 0

    Topics created by cvp

    • cvp

      Error during connection via Paramiko in Pythonista beta 340008
      Pythonista • • cvp

      4
      0
      Votes
      4
      Posts
      58
      Views

      T

      @cvp oh okay and thank you :)

    • cvp

      Google Drive connection falls in error in Pythonista beta: needs a temporary workaround
      Pythonista • • cvp

      7
      0
      Votes
      7
      Posts
      56
      Views

      ccc

      We do not even need setattr()...

      >>> import collections >>>> collections.Hashable = collections.abc.Hashable >>>> collections.MutableMapping = collections.abc.MutableMapping >>>> collections.Hashable, collections.MutableMapping >(<class 'collections.abc.Hashable'>, <class 'collections.abc.MutableMapping'>)
    • cvp

      ObjCClass('SUIViewController') does not work anymore in Pythonista beta but ...
      Pythonista • • cvp

      4
      0
      Votes
      4
      Posts
      53
      Views

      cvp

      @JonB said

      FWIW, I think the PY3 versions were available in the last version. So that code should also be backwards compatible.

      It is probable but the class name without _PY3 has disappeared only from the beta

    • cvp

      Wkwebview crashes at start in beta 340007
      Pythonista • • cvp

      7
      0
      Votes
      7
      Posts
      79
      Views

      cvp

      @bosco you are too kind

    • cvp

      Segmentation error with beta 340007 in ui.Image.from_data(...)
      Pythonista • • cvp

      1
      0
      Votes
      1
      Posts
      42
      Views

      No one has replied

    • cvp

      Pythonista 3 3.4 (340006) beta: import matplotlib.pyplot as plt gives error
      Pythonista • • cvp

      3
      0
      Votes
      3
      Posts
      138
      Views

      ccc

      @cvp looks like the current version of https://pypi.org/project/pyparsing is required.

    • cvp

      Pythonista 3 3.4 (340006) beta: ImageFont.truetype('Courier-Bold',24) gives a PIL error
      Pythonista • • cvp

      1
      0
      Votes
      1
      Posts
      75
      Views

      No one has replied

    • cvp

      Pythonista 3 3.4 (340006) beta: photos.asset.get_image() gives PIL error
      Pythonista • • cvp

      1
      0
      Votes
      1
      Posts
      57
      Views

      No one has replied

    • cvp

      For info: since IOS 15, photos.pick_image does not work anymore, use pick_asset
      Pythonista • • cvp

      7
      0
      Votes
      7
      Posts
      1667
      Views

      cvp

      @JonB additional info: if I close the traceback, Pythonista hangs. If I remove it from memory, wait some time and restart it, the Pythonista startup hangs with a black screen until I power off my iPad.
      And no ObjectiveC log, nor @dgelessus faut_log.

      Édit: same problem without any run of any script, weird. Even if started from safari or with safe mode setting.

    • cvp

      Outliner with drag/drop reordering - part 2
      Pythonista • • cvp

      594
      1
      Votes
      594
      Posts
      181452
      Views

      cvp

      @ccc Whaaa, even that!

    • cvp

      PKCanvasView
      Pythonista • • cvp

      4
      1
      Votes
      4
      Posts
      1312
      Views

      ChelsWin

      Awesome. Thanks for the help

    • cvp

      Force a Pythonista iCloud file to be locally downloaded before accessing it
      Pythonista • • cvp

      5
      0
      Votes
      5
      Posts
      1743
      Views

      cvp

      @ChelsWin said:

      Would it be possible to force download all the music

      No idea, sorry.

    • cvp

      Bug: Run Pythonista script in share sheet shows tools instead of appex scripts
      Pythonista • • cvp

      22
      0
      Votes
      22
      Posts
      6110
      Views

      cvp

      @JonB said:

      Have you found the json for the appex scripts?

      Yes, it is the file I have described above but it was containing old wrench's. now, when I add new appex scripts, the file is updated with these new ones.

    • cvp

      Google Drive in the Script Library
      Pythonista • • cvp

      1
      0
      Votes
      1
      Posts
      688
      Views

      No one has replied

    • cvp

      Google Drive File Picker
      Pythonista • • cvp

      6
      1
      Votes
      6
      Posts
      1898
      Views

      mikael

      @cvp, no, because I needed the ability to access the photo albums, so I rolled my own, here: https://github.com/mikaelho/onedriver/

    • cvp

      UIColorPickerViewController In iOS 14
      Pythonista • • cvp

      7
      2
      Votes
      7
      Posts
      2266
      Views

      cvp

      @mikael said:

      inline date/time picker style, but could not get it to be anything except the good old big rollers.

      Sorry, I didn't understand. You did not succeed to get it?

      Édit: Perhpas, does Pythonista need to be upgraded?

    • cvp

      UIColorPickerViewController In iOS 14
      Pythonista • • cvp

      0
      0
      Votes
      0
      Posts
      6
      Views

      No one has replied

    • cvp

      Pythonista (seems to?) run in background if script starts a Picture in Picture video
      Pythonista • • cvp

      11
      1
      Votes
      11
      Posts
      4000
      Views

      cvp

      @aldoblack no, excepted short scripts running without user interaction and relaunched by a shortcut automation.

    • cvp

      Pixelisation Shader in a Scene View
      Pythonista • • cvp

      4
      2
      Votes
      4
      Posts
      7739
      Views

      cvp

      @mikael I started from the Pythonista doc about scene shader and then I used Google to find help about GLSL language and examples.

      And my little GLSL program has only 4 lines, that's not too much 🤕

    • cvp

      Just for fun: ui.ButtonItem multi-lines
      Pythonista • • cvp

      5
      0
      Votes
      5
      Posts
      2006
      Views

      stephen

      @cvp @mikael possibly documented because Developer may not of done extensive testing with larger numbers of lines? or even testing difernt text wraping? just to cover the posibility of bugs between releases..?