Re: [Tutor] Curses Module

2016-05-16 Thread Alan Gauld via Tutor
On 15/05/16 22:45, Rosen, Brian - 2016 wrote: >...In my current assignment, I would like to import the curses module > into either Python 2.7 or Python 3.4. However, > whenever I attempt to import it, there is an Import Error Curses is only available in the standard library on Unix-like operating

Re: [Tutor] Curses Module

2016-05-16 Thread Joel Goldstick
On Sun, May 15, 2016 at 5:45 PM, Rosen, Brian - 2016 wrote: > To Whom it May Concern, > > > I am a high school student currently enrolled in an Intro to Computer > Programming Class. In my current assignment, I would like to import the > curses module into either Python 2.7 or Python 3.4. Howe

Re: [Tutor] Curses Module

2016-05-16 Thread Tim Golden
On 15/05/2016 22:45, Rosen, Brian - 2016 wrote: > To Whom it May Concern, > > > I am a high school student currently enrolled in an Intro to Computer > Programming Class. In my current assignment, I would like to import > the curses module into either Python 2.7 or Python 3.4. However, > whenever

[Tutor] Curses Module

2016-05-16 Thread Rosen, Brian - 2016
To Whom it May Concern, I am a high school student currently enrolled in an Intro to Computer Programming Class. In my current assignment, I would like to import the curses module into either Python 2.7 or Python 3.4. However, whenever I attempt to import it, there is an Import Error that st