Update on the way I got the modules to work on spyder on a mac First I unzip the modules then i used Terminal to install to the MacPython. 1 In Terminal you use easy-install to install the setup.py --- 2 locate folder in terminal then type - python setup.py install 3 After that in the unzip folder you will see a new folder called build 4 Inside build you will see lib 5 inside lib you will see a folder with the modules name 6 copy that folder and paste in spyder lib
After i did that the program now works in spyder. I did this for 3 modules all of them work. no Errors. On Tuesday, March 31, 2015 at 10:09:06 AM UTC-4, west h wrote: > > 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.
