omz:forum

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

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

    pypad

    @pypad

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

    pypad Unfollow Follow

    Latest posts made by pypad

    • Carriage Returning?

      Got the app a few days ago and was amazed at how Beautiful Soup was a part of one of the libraries. Decided to import some code I was writing on my computer that downloads some stuff from a certain website, and when my program comes to a line to print out the status of something that's downloading, it keeps updating itself with each new line instead of on a single line like so on my laptop. Is this just a problem with the app itself, iOS, or my program? If it helps, the line is basically this:

      sys.stdout.write("\r ...%d%%, %d MB, %d KB/s, %d seconds have passed" %(percent, progress_size / (1024 * 1024), speed, duration))
      sys.stdout.flush()
      

      Other than that, this program's great and with my free time, I'm starting to play around with changing some of my programs to work with the UI stuff.

      posted in Pythonista
      pypad
      pypad
    • RE: Carriage Returning?

      ah ok. Thanks!

      posted in Pythonista
      pypad
      pypad