This is my first time playing with python on a computer instead of using online modules. I'm trying to install Oath2 but the web searches I've found have a number of different ways of doing it and they each seem to present their own error when I try it.
One way I've seen is by using a command line link in this thread:
easy_install pywhois
or
easy_install oauth2
Installing a Python module in Windows
That returns an invalid syntax error.
Another way I tried was to download the tz file and move it into the site-packages folder and then run:
import oath2
[typo, I used "oauth2" in the actual command]
That also returns an invalid syntax error.
I've been combing through the threads here and other places and I just can't seem to crack this.