Re: [Tutor] idle problem

2014-01-03 Thread Alan Gauld
On 03/01/14 19:35, I. Alejandro Fleischer wrote: Sudenly Im having troubles opening files with the idle editor. When I open a file it appears in blank, and can not close it anymore. How are you opening it? How do you run IDLE? How do you open a file? What does the 'blank' window display as a

Re: [Tutor] idle problem

2014-01-03 Thread Kodiak Firesmith
Hello Alejandro! Try running idle via a terminal and see if it's throwing out any error information. (-d switch for dubug) I've moved on to a mix between PyCharm and Vim depending on how big of a "project" I'm working on, but I still have idle installed so I can probably help a bit more if there

Re: [Tutor] idle problem

2014-01-03 Thread eryksun
On Fri, Jan 3, 2014 at 2:35 PM, I. Alejandro Fleischer wrote: > > Sudenly Im having troubles opening files with the idle editor. When I open a > file it appears in blank, and can not close it anymore. > > My OS is ubuntu 13.10 (64 bits) and my python version is 2.7.5. Maybe something is wrong wit

[Tutor] idle problem

2014-01-03 Thread I. Alejandro Fleischer
Hello to everyone, Sudenly Im having troubles opening files with the idle editor. When I open a file it appears in blank, and can not close it anymore. My OS is ubuntu 13.10 (64 bits) and my python version is 2.7.5. Regards, Igor ___ Tutor maillist -