Re: [spyder] How to install new Modules in spyder (on a mac)

2015-11-21 Thread lxy444
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.Wh

Re: [spyder] How to install new Modules in spyder (on a mac)

2015-03-31 Thread Adrian Klaver
On 03/31/2015 07:51 AM, Carlos Córdoba wrote: 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

Re: [spyder] How to install new Modules in spyder (on a mac)

2015-03-31 Thread 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 t

Re: [spyder] How to install new Modules in spyder (on a mac)

2015-03-31 Thread Adrian Klaver
On 03/31/2015 06:18 AM, 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

[spyder] How to install new Modules in spyder (on a mac)

2015-03-31 Thread west h
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: