Re: [Tutor] Python 2.4 IDLE Windows 2000

2004-12-20 Thread Danny Yoo
On Mon, 20 Dec 2004, Jacob S. wrote: > 1) Delete .idlerc directory > 2) Uninstall and reinstall python2.4 Hi Jacob, Ok, so there was probably something really screwy with the stuff in .idlerc. Can you send me a tarball or zip of it in private email? I just want to make sure that the issue t

Re: [Tutor] Python 2.4 IDLE Windows 2000

2004-12-20 Thread Jacob S.
Ah, hah! Okay, everyone! It took two things. 1) Delete .idlerc directory 2) Uninstall and reinstall python2.4 Why I had to do step two is beyond me, but I've got it settled now! Thank you, Jacob Schmidt > > "Jacob S." <[EMAIL PROTECTED]> > > > Gee, > > I think I'm going to burst out in tears. >

Re: [Tutor] Python 2.4 IDLE Windows 2000

2004-12-20 Thread EJP
"Jacob S." <[EMAIL PROTECTED]> > Gee, > I think I'm going to burst out in tears. > Mike Hansen gave the solution to the very problem I'm having, yet, when > I > used the console version and deleted the custom color theme, it stopped > giving me error messages, but it still won't start up without

Re: [Tutor] Python 2.4 IDLE Windows 2000

2004-12-20 Thread Danny Yoo
On Sat, 18 Dec 2004, Jacob S. wrote: > I think I'm going to burst out in tears. Mike Hansen gave the solution > to the very problem I'm having, yet, when I used the console version and > deleted the custom color theme, it stopped giving me error messages, but > it still won't start up without th

Re: [Tutor] Python 2.4 IDLE Windows 2000

2004-12-18 Thread Jacob S.
Gee, I think I'm going to burst out in tears. Mike Hansen gave the solution to the very problem I'm having, yet, when I used the console version and deleted the custom color theme, it stopped giving me error messages, but it still won't start up without the console. I'm am still stunted of my pyth

Re: [Tutor] Python 2.4 IDLE Windows 2000

2004-12-10 Thread EJP
Mike Hansen <[EMAIL PROTECTED]> wrote of an idle IDLE: > That rooted out the problem. A while ago, I changed the colors to kind > of match my VIM color theme(ps_color). When I did > idlelib.PyShell.main(), IDLE came up with my custom color theme. > However, there was a bunch of warnings about m

Re: [Tutor] Python 2.4 IDLE Windows 2000

2004-12-07 Thread Mike Hansen
Danny Yoo wrote: On Fri, 3 Dec 2004, Mike Hansen wrote: That rooted out the problem. A while ago, I changed the colors to kind of match my VIM color theme(ps_color). When I did idlelib.PyShell.main(), IDLE came up with my custom color theme. However, there was a bunch of warnings about my theme.

Re: [Tutor] Python 2.4 IDLE Windows 2000

2004-12-03 Thread Danny Yoo
On Fri, 3 Dec 2004, Mike Hansen wrote: > That rooted out the problem. A while ago, I changed the colors to kind > of match my VIM color theme(ps_color). When I did > idlelib.PyShell.main(), IDLE came up with my custom color theme. > However, there was a bunch of warnings about my theme. From IDL

Re: [Tutor] Python 2.4 IDLE Windows 2000

2004-12-03 Thread Mike Hansen
That rooted out the problem. A while ago, I changed the colors to kind of match my VIM color theme(ps_color). When I did idlelib.PyShell.main(), IDLE came up with my custom color theme. However, there was a bunch of warnings about my theme. From IDLE, I deleted the theme. Now IDLE will launch n

Re: [Tutor] Python 2.4 IDLE Windows 2000

2004-12-03 Thread Danny Yoo
> >Yowza; that's some bug. Danny, do you happen to know the bug number? > >I can't find it on sourceforge. > > It's been like that since 2.3 as far as I know. It generates a > connection to localhost to run code in a separate environment. Hi Mike, I wish I knew what the problem was in better d

Re: [Tutor] Python 2.4 IDLE Windows 2000

2004-12-02 Thread Liam Clarke
>Yowza; that's some bug. Danny, do you happen to know the bug number? I >can't find it on sourceforge. It's been like that since 2.3 as far as I know. It generates a connection to localhost to run code in a separate environment. On Thu, 02 Dec 2004 07:20:19 -0700, Mike Hansen <[EMAIL PROTECTE