omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. paul b

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

    paul b

    @paul b

    0
    Reputation
    720
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    paul b Unfollow Follow

    Latest posts made by paul b

    • RE: Logging

      Mysteriously all the scripts I tried that did not work now do work even though I have not changed anything so thanks for all the suggestions

      posted in Pythonista
      paul b
      paul b
    • Logging
      import logging
      logging.warning('Watch out!') # will print a message to the console
      logging.info('I told you so') # will not print anything
      

      this produces no output to my pythonista console.
      What is wrong

      posted in Pythonista
      paul b
      paul b
    • RE: Starting out with UI

      Thank you so much, I feel so stupid, but at least I can now get on.

      posted in Pythonista
      paul b
      paul b
    • Starting out with UI

      I am starting to learn UI and have reached the following point in the documentation:

      "Using the UI Designer
      If you went through the example above, you might have thought that this is a lot of code to do very basic things. You can significantly reduce the amount of boilerplate code by using the included visual UI editor.
      Start by creating a new ‘User Interface’ file in your library. "

      Can someone tell me where I can find the visual UI editor, and where is 'your library' and how do I create a 'User Interface file'
      Many thanks. Paul B

      posted in Pythonista
      paul b
      paul b