omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. SimCityWok
    3. Topics

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

    Topics created by SimCityWok

    • SimCityWok

      Playing a webm video (webview?)
      Pythonista • webview video • • SimCityWok

      1
      0
      Votes
      1
      Posts
      1709
      Views

      No one has replied

    • SimCityWok

      Workaround for pkg_resources import error (fastkml library)
      Pythonista • pkgresources • • SimCityWok

      2
      0
      Votes
      2
      Posts
      2100
      Views

      JonB

      Yes, https://forum.omz-software.com/topic/3375/installing-pygal/8

    • SimCityWok

      Broken pipe error using Stash's git push (both http&https)
      Pythonista • git error stash • • SimCityWok

      13
      0
      Votes
      13
      Posts
      11364
      Views

      SimCityWok

      I am on Wifi swapping to 4G when it fails (in pasted log)

      As I said in Slack, updating dulwich as per your recommendation, seems to have done the trick.

      There was an error saying something about an error renaming to dulwich.old but restarting worked

    • SimCityWok

      Thx for pyscrypt! / REQ for SHA3 / pbkdf2
      Pythonista • pythonista3 crypto hashlib • • SimCityWok

      2
      0
      Votes
      2
      Posts
      2349
      Views

      dgelessus

      Pythonista uses Python 2.7.5, which is a little older than the current 2.7.11 (and I think 2.7.12 is currently in release candidate status). So any standard library features added after 2.7.5 aren't available in Pythonista.

    • SimCityWok

      Pythonista 201009 "site-packages" dir is not visible (but exists)
      Pythonista • beta bug • • SimCityWok

      4
      0
      Votes
      4
      Posts
      3575
      Views

      Webmaster4o

      The release has been submitted, you might see it on the App Store soon @SimCityWok

    • SimCityWok

      Entropy builder finger dragging UI?
      Pythonista • uikit crypto scene • • SimCityWok

      10
      0
      Votes
      10
      Posts
      7735
      Views

      SimCityWok

      One final query....
      If I wanted to implement this, how would I change the class code?

      def make(bits=256): assert bits in (256, 512) hashes = [] for hsh in range(int(bits//256)): myhash = TouchHash() hashes.append(myhash) return "".join(hashes)
    • SimCityWok

      Dragging finger around screen to build entropy?
      Pythonista • crypto • • SimCityWok

      2
      0
      Votes
      2
      Posts
      2153
      Views

      omz

      How about shaking/moving your device while recording motion sensor data?