Andrew Zirkel

Results 7 comments of Andrew Zirkel

I agree and did test that but get an error message when running `build_python_framework` errors at `Running setup.py install for pyobjc-framework-AutomaticAssessmentConfiguration` with: `file not found #import ` I haven't looked...

Is ClientLogin working for anyone, I don't think it is working today. I verified that www.google.com/accounts/ClientLogin is now giving a 404 error. @coolshrimp I'd be excited to try out your...

I'm re-writing this class based on this post: http://stackoverflow.com/questions/21470405/google-api-how-to-connect-to-receive-values-from-spreadsheet Looks promising so far. Setting up oauth is a pain. I'll post it when it's usable. Maybe @coolshrimp has a better...

I put up what I have here: https://gist.github.com/andrewzirkel/8ff2a0d0ea8ef49bfdf3 I have the following working: ``` login - which now takes Service Account OAuth2 creds (https://console.developers.google.com/) getrows - works the same as...

Hello, I know this is quite old, but I came across it recently and worked on updating pmcli to with with Server.app 4.0 (OSX 10.10). It should also with Server...

Hi, I just came across this. Looks like it's a lack of SNI support in the 2.7 python. One possibility is moving to requests instead of urllib2 for the http...