omz:forum

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

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

    PyLot213

    @PyLot213

    0
    Reputation
    550
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    PyLot213 Unfollow Follow

    Latest posts made by PyLot213

    • RE: Malfunctioning iPad Keyboard Scrolling

      I use Pythonista on iPad mini (iOS 6.1.2) and I have never had any of the problems you describe. Just went and "double checked" your list. Have you tried to "kill" the program entirely (even cold boot of the iPad)?

      posted in Pythonista
      PyLot213
      PyLot213
    • RE: Separate Files

      Also FYI: If you want to structure your stuff even more, then you can also have your file in a different folders (since the import follows the python import rules). The only thing you have to do is create an (even empty) init file in the directory and then you can import it like
      import mydir.mycode
      (you can read more about it here: http://docs.python.org/2/tutorial/modules.html#packages )

      posted in Pythonista
      PyLot213
      PyLot213