omz:forum

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

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

    camfrout

    @camfrout

    0
    Reputation
    999
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    camfrout Unfollow Follow

    Latest posts made by camfrout

    • RE: How to trigger an action when a TextField is edited

      Thanks a lot both. All the different solutions are working.

      posted in Pythonista
      camfrout
      camfrout
    • RE: InsecurePlatformWarning using requests on https website

      No luck even after closing Pythonista 2.

      My current versions are:
      requests - 2.5.1
      OpenSSL - 1.0.1g 7 Apr 2014

      posted in Pythonista
      camfrout
      camfrout
    • How to trigger an action when a TextField is edited

      Hi everyone,

      I read in the doc and on the forum that text fields have an action attached to them. When I looked in the UI editor, I don't see the possibility to define an action (but I do have this possibility on a button for example).

      I also tried to manually edit my pyui to add an action on my TextField but it is never triggered.

      Is there a way to define such an action without putting in place all the delegate piece of code?

      Best regards,

      posted in Pythonista
      camfrout
      camfrout
    • RE: InsecurePlatformWarning using requests on https website

      Thanks for the reply. I have removed requests from stash but no luck, it is still failing.

      Although it is working with the Beta of Pythonista 3, using python 3.

      posted in Pythonista
      camfrout
      camfrout
    • InsecurePlatformWarning using requests on https website

      Hi everyone,
      I am trying to set up a connection to a https website using requests with the following:

      import requests
      ...
      requests.get(url)
      

      When I try to run my script, I receive an error 14077438 (from _ssl.c:504). And if I look at the console, the following error appears: "InsecurePlatformWarning xxx.../urllib3/util/ssl_.py:122: A true SSLContext is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning"

      I have installed 3 additional pip packages through stash as read on this page: https://stackoverflow.com/questions/18578439/using-requests-with-tls-doesnt-give-sni-support/18579484#18579484 but no luck...

      Packages:
      pyOpenSSL
      ndg-httpsclient
      pyasn1

      Any idea if it is possible to fix this issue in Pythonista2?
      Thanks a lot

      Benoit

      posted in Pythonista
      camfrout
      camfrout