podio / podio-rb

The official Ruby wrapper for the Podio API used and maintained by the Podio team
https://podio.com
MIT License
66 stars 53 forks source link

Note on dependancies for python client library #9

Closed phoebebright closed 11 years ago

phoebebright commented 11 years ago

Is there a wiki to add this to?

If you get this error:

init() got an unexpected keyword argument 'disable_ssl_certificate_validation'

then probably caused by old httplib2 library, to fix:

easy_install -U httplib2

matthewrossanderson commented 11 years ago

This would probably be better suited in the python issues.

You also might want to drop a note at the developer forum.

Hope that's helpful!

RSpace commented 11 years ago

Added note as an issue on the python client, thanks for sharing