omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. akempkens

    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 1
    • Posts 3
    • Best 1
    • Controversial 0
    • Groups 0

    akempkens

    @akempkens

    1
    Reputation
    240
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    akempkens Unfollow Follow

    Best posts made by akempkens

    • RE: Q: Upload image files, (+) file browser - storages

      πŸ˜±πŸ˜ŽπŸ€”πŸ˜
      Sorry this is a great workaround.

      posted in Pythonista
      akempkens
      akempkens

    Latest posts made by akempkens

    • RE: Q: Upload image files, (+) file browser - storages

      πŸ˜±πŸ˜ŽπŸ€”πŸ˜
      Sorry this is a great workaround.

      posted in Pythonista
      akempkens
      akempkens
    • RE: Accessing files in IOS Files App

      I think this depends a bit on from where you are starting your script now.

      The external folder is not equal to the site-packages folders that are automatically in your system path. And I figured out that e.g. running a file for doctest purposes and compared to the standard results is totally different path structures. External folders might be outside the Pythonista app folder structure.

      Therefore check

      import sys
      sys.path
      

      To see if the files you are looking for are actually on this path. Best add a simple test python in the same folder.

      posted in Pythonista
      akempkens
      akempkens
    • Q: Upload image files, (+) file browser - storages

      Dear all,
      I was reading many posts however not able to grasp it logically.
      Basics: iOS 13.4.1, Pythonista 3.3

      In the scene examples you’re using build in images with a shortcut or constant to the path defined, like 'plc:Character_Boy' - I understood that the plc: is like the folder and reference.

      Now above there is a β€œFiles” folder in this (+) dialog and based on the posts and documentation I assumed after importing + in the file browser I can finde the images there. But no, I see them in the file browser but not in the (+) files list.

      Some hint regarding how it is supposed to be would be great.

      posted in Pythonista
      akempkens
      akempkens