omz:forum

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

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

    az

    @az

    2
    Reputation
    1036
    Profile views
    16
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    az Unfollow Follow

    Best posts made by az

    • Beta expires in 1 day

      Hi! I just wanted to post a warning that the Pythonista 3.3 beta expires in 1 day (as of 5/23/19). I’ve been enjoying the new features and would rather not have to revert to 3.2 and lose the Siri integration, keyboard integration, etc. I know @omz hasn’t been around lately, but can we get a new build or an official release before the beta expires? Thanks!

      Update: 12, 10, 5, 1 days

      posted in Pythonista
      az
      az

    Latest posts made by az

    • RE: Beta expires in 1 day

      In addition we now have the Xcode template for the App Store version of Pythonista. I’d say the app is in a decent place right now. (I’d still like background audio support- maybe including a example using this feature would get it approved by the App Store.)

      posted in Pythonista
      az
      az
    • RE: Beta expires in 1 day

      Perhaps it’s time to consider extracting the IPA and using Cydia Impactor to extend the validity of the beta.

      posted in Pythonista
      az
      az
    • RE: Beta expires in 1 day

      If anyone lives in Germany and wants to send him a snail-mail letter, he lists what seems to be a mailing address on his homepage: https://omz-software.com/

      posted in Pythonista
      az
      az
    • RE: Beta expires in 1 day

      If anyone wants to send a message, they can try support@omz-software.com

      posted in Pythonista
      az
      az
    • Beta expires in 1 day

      Hi! I just wanted to post a warning that the Pythonista 3.3 beta expires in 1 day (as of 5/23/19). I’ve been enjoying the new features and would rather not have to revert to 3.2 and lose the Siri integration, keyboard integration, etc. I know @omz hasn’t been around lately, but can we get a new build or an official release before the beta expires? Thanks!

      Update: 12, 10, 5, 1 days

      posted in Pythonista
      az
      az
    • RE: Playing audio files in background does not work

      I really would like to have this functionality. Maybe including an example of this functionality with Pythonista would qualify it as an “audio app”?

      posted in Pythonista
      az
      az
    • RE: New Beta for Pythonista 3.3

      Great job on the beta!

      A few small things:
      Could it be possible to edit a shortcut to allow it to run in the background after it was created (if someone forgets to enable “background” when they create the shortcut)? I see that right now only the voice command can be changed after creation.

      Also, I noticed that the keyboard stays light in the UI editor properties fields although it is dark in the rest of the app.

      Thanks, and keep up the great work!

      posted in Pythonista
      az
      az
    • RE: Programmatically Reading Plist Files to Access External Files in Pythonista

      @zrzka Cool, thanks!

      posted in Pythonista
      az
      az
    • RE: Programmatically Reading Plist Files to Access External Files in Pythonista

      @zrzka That code worked for me. However, why does the following code work? Is it the data type in the file that requires this? Where are methods like this documented so I can use them in the future?

      NSURL.URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_(
      			ns(data.data), 1 << 8, None, None, None
      			)
      

      Thanks again everyone!

      posted in Pythonista
      az
      az
    • RE: Programmatically Reading Plist Files to Access External Files in Pythonista

      @ccc This is what I have so far:

      import os, plistlib
      path = os.path.expanduser('~/Bookmarks.plist')
      dataparsed = plistlib.readPlist(path)
      print(dataparsed[0])
      
      posted in Pythonista
      az
      az