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

2015-12-02 Thread David de Jong
I'm having the exact same problem, My iPython kernel does not work anymore then. My normal console does work -- 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 spyderlib

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

2015-04-06 Thread west h
Yep, I see that. I just had 3 to do right now so that same very easy but in the future I'm going to do what Carlos suggested in the long run that is the best way to go. Thanks for all the help. On Tuesday, March 31, 2015 at 10:09:06 AM UTC-4, west h wrote: > > Hello All, > > I'm trying t

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

2015-04-02 Thread Adrian Klaver
On 04/02/2015 06:21 AM, west h wrote: 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

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

2015-04-02 Thread west h
I used the dmg that was the easiest for me. It's just one step 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 >

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

2015-04-02 Thread west h
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 fold

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

2015-03-31 Thread west h
Thanks you both so much for the Help I going to look and read and hope I will get it. 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 use