Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correctly import urllib3.poolmanager #79

Closed
wants to merge 2 commits into from
Closed

correctly import urllib3.poolmanager #79

wants to merge 2 commits into from

Commits on Sep 25, 2015

  1. correctly import urllib3.poolmanager

    Even with dependencies (requests == 2.7) correctly installed an error message appeared :
    
    ```
      File "/usr/local/lib/python2.7/dist-packages/keen/api.py", line 8, in <module>
        from requests.packages.urllib3.poolmanager import PoolManager
    ImportError: No module named packages.urllib3.poolmanager
    ```
    
    This solution was suggested in a similar bug report of another python project : omab/python-social-auth#617 (comment)
    ruleant committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    ed2cf8c View commit details
    Browse the repository at this point in the history
  2. add urllib3 to requirements

    ruleant committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    5a257a7 View commit details
    Browse the repository at this point in the history