omz:forum

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

    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 0
    • Controversial 0
    • Groups 0

    andallfor

    @andallfor

    0
    Reputation
    232
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    andallfor Unfollow Follow

    Latest posts made by andallfor

    • RE: Creating Own Photo Library?

      @mikael
      Thanks for your post, I tried it, but it gave me an error:

      PermissionError: [Errno 1] Operation not permitted: '/private/var/mobile/Library/Mobile Documents/com~apple~CloudDocs/PythonistaProjects/OnScreenControls/transparentDark01.png'
      
      posted in Pythonista
      andallfor
      andallfor
    • RE: Creating Own Photo Library?

      @cvp
      Thanks for the reply!

      However, when ever I run it, it returns an error “cannot load texture”.

      from scene import * 
      Path = '/private/var/mobile/Library/Mobile Documents/com~apple~CloudDocs/PythonistaProjects/OnScreenControls/transparentDark01.png'
      
      class test(Scene):
          def setup(self):
      	    self.testIMG = SpriteNode(Path, parent = self, position = (500, 500))
      
      run(test())
      

      I’m not sure if it is something in the code that is wrong, or what.

      My images are located in a file called “PythonistaProjects”, and in that file I have another file, called “OnScreenControls”, which contains my pictures. The “transparentDark01’ is the name of the photo that I want to add, and the png is added because the image is a png file. It doesn’t seem to matter if “png” is capitalized or not. The file is located in my iCloud Drive.

      posted in Pythonista
      andallfor
      andallfor
    • Creating Own Photo Library?

      I’m looking to make a game in Pythonista using tons of assets, which I downloaded to the files app on IOS. I’m wondering if I can add a custom photo library, so that whenever I click the “plus” button, I’ll be able to access those photos without having to put them in the current file I’m in.

      That is, is it possible to create some similar to “Platformer Art” or “Puzzle Game Art”, and use my own pictures?

      Thanks!

      posted in Pythonista
      andallfor
      andallfor