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

[spyder] Twilight theme

2015-03-31 Thread Monte Milanuk
Does anyone know of a twilight theme that has been ported to spyder? Over time I've pretty much settled on it as my favorite theme across various editors, and I was wondering if it was available on spyder? Thanks, Monte -- You received this message because you are subscribed to the Google Gr

[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

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:

[spyder] Getting started with Cython

2015-03-31 Thread Barrett Brister
I am running Spyder 2.3.1, and I am attempting to run a Helloworld.pyx file to give Cython a shot. But the "Run" command--the button and F5--does not work. I know that what I'm really trying to do is get this ported into a .c file, but how? How do I get .pyx files up and running? -- You receiv