Hello All, I'm trying to install new modules to spyder 2.3.1 on my macbook (yosemite). The module i am trying to install is oauth2. I used the easy-install in the terminal window. sudo python setup.py install. It installed just fine. I was getting this error when running the code.
ImportError: No module named oauth2 when on google someone was saying to copy the folder into the spyder lib So i copy the oauth2 folder from the unzip folder and put into the lib folder in spyder But i get a new error ImportError: No module named httplib2 The new error - Import httplib2 is an import that oauth2 is using. Did I do this all wrong? What is the right thing to do. I also saw online that some people talk about using "PYTHONPATH manger". But how do I use this? Do i add the path from the unzip folder? I am lost Please Help if you can. Thanks -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
