Hi, I am trying to install Dropbox SDK for Python through this page: https://www.dropbox.com/developers/core/sdks/python
I have downloaded Dropbox SDK for Python and uncompressed it at my Desktop folder. Currently I use Python SDK 2.7.9 (which includes pip) on my Windows 7 computer, but the next step says,
"To install the dropbox module and any dependencies, run the setup script (you may need sudo).
$ python setup.py install"
Here's my problem. I tried to use python command line and Python GUI from Python SDK 2.7.9 and entered the command above. It didn't work. I also doubled clicked the setup.py file and comand prompt opened and closed quickly. I am not sure if this is right way :S
Does anyone knows how it works in Windows 7?