omz:forum

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

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

    mako

    @mako

    0
    Reputation
    563
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    mako Unfollow Follow

    Latest posts made by mako

    • RE: Google Cloud Python Libraries

      No, I mean Google Cloud - GCP, GAE, Container Engine, Cloud Data Store, etc...

      posted in Pythonista
      mako
      mako
    • Google Cloud Python Libraries

      Anyone have any experience/luck getting the Google Cloud libraries working in Pythonista?

      posted in Pythonista
      mako
      mako
    • RE: TLS 1.2 / Python 2.7

      Ah, ok - makes sense. I will port it to Python 3. Thanks!

      posted in Pythonista
      mako
      mako
    • TLS 1.2 / Python 2.7

      Hello -

      Im trying to get TLS 1.2 working in a script by setting the SSLContext to PROTOCOL_TLSv1_2 -

          ctx = ssl.SSLContext(ssl.PROTOCOL_TLSv1_2)
          resp = urllib2.urlopen(req, context=ctx)
      

      And I keep getting the following error:
      'module' object has no attribute SSLContext

      If I go to the console and print ssl.OPENSSL_VERSION, it returns OpenSSL 1.0.1g (so I thought TLS1.2 is supported)...

      Any thoughts how how to get TLS1.2 in Python 2.7 working?

      posted in Pythonista
      mako
      mako
    • Pythonista 3 Dash DocSet

      Just curious if there's a docset available for download to use in Dash for Pythonista 3 ..

      Thanks!

      posted in Pythonista
      mako
      mako
    • RE: Calling into sysctl

      Perfect! Thanks!

      posted in Pythonista
      mako
      mako
    • Calling into sysctl

      Is there a way to make a call into sysctl from Pythonista?

      posted in Pythonista
      mako
      mako