omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. 0942v8653

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

    0942v8653

    @0942v8653

    0
    Reputation
    1090
    Profile views
    37
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    0942v8653 Unfollow Follow

    Latest posts made by 0942v8653

    • RE: HELP! How do I submit apps to the App Store from inside Pythonista?

      Here are some of those apps: https://github.com/Pythonista-Tools/Pythonista-Tools/blob/master/Pythonista Apps in the Apple AppStore.md

      Pythonista-based apps are already more native than bottled-up web apps that run WebKit inside (of which there are many), so there's no real reason to worry about it being "acceptable".

      posted in Pythonista
      0942v8653
      0942v8653
    • RE: HELP! How do I submit apps to the App Store from inside Pythonista?

      At risk of derailing the thread…

      I think each app has its strong suits—Codea looks good for making games and simulations, but Pythonista is definitely better for scripting and interoperability, has an easily accessible filesystem, and most importantly runs on iPhone.

      posted in Pythonista
      0942v8653
      0942v8653
    • RE: HELP! How do I submit apps to the App Store from inside Pythonista?

      Unfortunately it's a bit more complicated than that. You'll need a $99/year Apple Developer license in order to submit apps or even test them on a device. More details are at https://developer.apple.com; if you sign up, you can download omz's Xcode template and copy your scripts over.

      The more popular option for sharing scripts is putting them on Github (https://github.com). The downsides to this are that they're harder to install and you need Pythonista to do it.

      posted in Pythonista
      0942v8653
      0942v8653
    • RE: Editor font size change?

      I'd also love to able to use a custom TTF/installed font in Editorial and Pythonista. FontInstaller.py is awesome, it's a shame I can't use it in my favorite apps.

      posted in Pythonista
      0942v8653
      0942v8653
    • RE: Pythonista for Python 3.x.

      dglessus: When I tried that (with the Mikey Shorts series), it bugged out and said "This item is not available in the US store."

      posted in Pythonista
      0942v8653
      0942v8653
    • RE: Feature Request: Custom hot keys

      Editorial has this feature.

      posted in Pythonista
      0942v8653
      0942v8653
    • RE: Pygame support?

      Pygame isn't supported in Pythonista, right now anyway. It probably wouldn't be too difficult to write a wrapper of it using the scene module, but most Pygame games rely on mouse and keyboard, so it wouldn't be to much more work to make it use the scene module if you're already rewriting it for touch.

      posted in Pythonista
      0942v8653
      0942v8653
    • RE: Test

      404 for me.

      posted in Pythonista
      0942v8653
      0942v8653
    • RE: Reload for a "from x import y"

      You could also do

      reload(__import__('x'))
      from x import y
      
      posted in Pythonista
      0942v8653
      0942v8653
    • RE: Exporting

      Your url needs to start with http:// or safari-http:// to get it to open.

      You may also want to close the view first if you're using http:// (the built-in web browser).

      posted in Pythonista
      0942v8653
      0942v8653