python-oauth2
python-oauth2 copied to clipboard
Can you help me: what am I doing wrong?
Hi there,
I am new to this and trying to get oauth2 installed. Here's what I get. Thanks for your help!
%run /Users/stephanesantos/Desktop/Project_Albuquerque/python-oauth2-master/setup.py An exception has occurred, use %tb to see the full traceback.
SystemExit: usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help
error: no commands supplied
%tb
SystemExit Traceback (most recent call last) /Applications/Canopy.app/appdata/canopy-1.0.0.1160.macosx-x86/Canopy.app/Contents/lib/python2.7/site-packages/IPython/utils/py3compat.pyc in execfile(fname, *where) 181 else: 182 filename = fname --> 183 builtin.execfile(filename, *where)
/Users/stephanesantos/Desktop/Project_Albuquerque/python-oauth2-master/setup.py in
/Applications/Canopy.app/appdata/canopy-1.0.0.1160.macosx-x86/Canopy.app/Contents/lib/python2.7/distutils/core.pyc in setup(**attrs) 138 ok = dist.parse_command_line() 139 except DistutilsArgError, msg: --> 140 raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" % msg 141 142 if DEBUG:
SystemExit: usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help
error: no commands supplied
Can you try doing this using easy_install?