Skip to content

Instantly share code, notes, and snippets.

@tseaver
Created September 22, 2014 19:40
Show Gist options
  • Save tseaver/aae984fc4720ed29e573 to your computer and use it in GitHub Desktop.
Save tseaver/aae984fc4720ed29e573 to your computer and use it in GitHub Desktop.
oauth2client Py3k check
$ /opt/Python-3.3.3/bin/virtualenv /tmp/oauthclient-py3k
Using base prefix '/opt/Python-3.3.3'
New python executable in /tmp/oauthclient-py3k/bin/python3
Also creating executable in /tmp/oauthclient-py3k/bin/python
Installing Setuptools..............................................................................................................................................................................................................................done.
Installing Pip.....................................................................................................................................................................................................................................................................................................................................done.
$ /tmp/oauthclient-py3k/bin/pip
pip pip-3.3
$ /tmp/oauthclient-py3k/bin/pip install oauth2client
Downloading/unpacking oauth2client
Downloading oauth2client-1.2.tar.gz
Running setup.py egg_info for package oauth2client
Downloading/unpacking httplib2>=0.8 (from oauth2client)
Downloading httplib2-0.9.tar.gz (204kB): 204kB downloaded
Running setup.py egg_info for package httplib2
Installing collected packages: oauth2client, httplib2
Running setup.py install for oauth2client
File "/tmp/oauthclient-py3k/lib/python3.3/site-packages/oauth2client/locked_file.py", line 125
except IOError, e:
^
SyntaxError: invalid syntax
File "/tmp/oauthclient-py3k/lib/python3.3/site-packages/oauth2client/tools.py", line 166
except socket.error, e:
^
SyntaxError: invalid syntax
File "/tmp/oauthclient-py3k/lib/python3.3/site-packages/oauth2client/gce.py", line 86
except StandardError, e:
^
SyntaxError: invalid syntax
File "/tmp/oauthclient-py3k/lib/python3.3/site-packages/oauth2client/multistore_file.py", line 274
old_umask = os.umask(0177)
^
SyntaxError: invalid token
File "/tmp/oauthclient-py3k/lib/python3.3/site-packages/oauth2client/file.py", line 95
old_umask = os.umask(0177)
^
SyntaxError: invalid token
File "/tmp/oauthclient-py3k/lib/python3.3/site-packages/oauth2client/appengine.py", line 190
except app_identity.Error, e:
^
SyntaxError: invalid syntax
File "/tmp/oauthclient-py3k/lib/python3.3/site-packages/oauth2client/old_run.py", line 99
except socket.error, e:
^
SyntaxError: invalid syntax
Running setup.py install for httplib2
Successfully installed oauth2client httplib2
Cleaning up...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment