omz:forum

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

    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 2
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    jeff

    @jeff

    0
    Reputation
    773
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jeff Unfollow Follow

    Latest posts made by jeff

    • RE: Pythonista 3.0 Xcode template

      I would also love a Pythonista 3.0 Xcode template! I’m not a genius, but I’d be willing to help however I can. Anyone that’s more in the know, know anything about this?

      posted in Pythonista
      jeff
      jeff
    • RE: list() object not callable 3.5

      I appreciate your answer! Force closing and restarting did the trick. I’ve been downloading tutorial scripts and things from online to help me learn UI module better and I must of have found one that goofed it up. I didn’t realize it would overwrite it from one script to another. Anyway, again, thanks! Cheers!

      posted in Pythonista
      jeff
      jeff
    • list() object not callable 3.5

      Quick question:

      The list() function to turn strings/tuples into a list does not seem to work in pythonista with 3.5. I get the error: “‘list’ object is not callable. But run the same script in 2.7 it works. Googling around I didn’t find anything to indicate that list has depreciated.

      Here’s an example:
      myarray = list('1abcdefg')
      print(myarray)

      It works in 2.7 but not 3.5. Anyone have an idea on how to convert to a list in pythonista 3.5? Thanks!

      posted in Pythonista
      jeff
      jeff
    • RE: RAW + JPEG

      Awesome thanks guys. The Photos module I was playing around with and couldn't find a way. I'm not at all familiar with objc_util. So, time to learn! Thanks for the example. I'll play around and if I can make an elegant (-ish) way I'll post it back here.

      posted in Pythonista
      jeff
      jeff
    • RE: Crashes at startup due to giant file

      I wish this worked for me! I did the same thing, but launching pythonista via URL still crashes for me. :(

      posted in Pythonista
      jeff
      jeff
    • RAW + JPEG

      Is there any way that I can use pythonista to comb through my photos and remove the RAW component to a RAW + JPEG that are imported to photos via SD dongle? I envision this leaving the JPEGs as is.

      The Why:

      • I shoot RAW + JPEG because my camera has a built in raw converter that I can do a quick edit and render a new JPEG. If I could choose to only import JPEGS only I would just do that, but silly iPad isn't that bright. So both the RAW and JPEG are imported taking significant space. If I could run a little pythonista script to remove the raw file that would be great. I'm fairly familiar with photos assets - but haven't seen anything to separate a raw from jpeg and then remove that.

      Thanks for your help!

      posted in Pythonista
      jeff
      jeff