Hi,I'm using Spyder installed through your DMG.And it works well.But when I change the interpreter using the method you mentioned above( http://stackoverflow.com/a/19813292/438386),the ipython console could not open,staying at "Connecting to kernel",I googled on the Internet but didn't solve.What should I do to solve the problem?Thanks for your reply.
在 2015年3月31日星期二 UTC+8下午10:51:38,Carlos Córdoba写道: > > Hi, > > If you're using the application installed through our DMG, then there is > no way to install new modules inside it because it's totally self-contained. > > What you need to do is installing the modules you want in a different > Python installation (like you seem you've already done), and change the > interpreter Spyder uses for their consoles, following these instructions: > > http://stackoverflow.com/a/19813292/438386 > > > Cheers, > Carlos > > PS. Please update to Spyder 2.3.4 :-) > > El 31/03/15 a las 08:18, west h escribió: > > 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] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > Visit this group at http://groups.google.com/group/spyderlib. > For more options, visit https://groups.google.com/d/optout. > > > -- 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.
