Re: IDLE Problem: win98\Python2.4

2005-02-21 Thread "Martin v. Löwis"
kim kubik wrote: A little knowledge is indeed a dangerous thing; forgive my stupidity - it will happen again, so I'm apologizing in advance! No need to apologize! This is a frequent mistake, and it might be sensible to change Python to be more resistent against it. For example, it might be possible

Re: IDLE Problem: win98\Python2.4

2005-02-21 Thread kim kubik
> kim kubik wrote: > > I installed Python2.4 in Win98 > > and IDLE doesn't work > Are you also running Ruby? The Ruby bundle for MS Windows has caused > problems with it's TCL package conflicting with Python's. > thanks, one of the first things I noted in the error msg (not included for brevity

Re: IDLE Problem: win98\Python2.4

2005-02-21 Thread rmb25612
kim kubik wrote: > This sure seems like it would have been > brought up but I checked Google Groups > (the dejanews replacement) and saw > nothing: I installed Python2.4 in Win98 > and IDLE doesn't work (neither does the > online manual even tho a 3.6KB Python24.chm > is there, but that's a story

Re: IDLE Problem in Windows XP

2005-01-22 Thread Josiah Carlson
Branden Smith <[EMAIL PROTECTED]> wrote: > > Hi, > > I am a teaching assistant for an introductory course at Georgia Tech > which uses Python, and I have a student who has been unable to start > IDLE on her Windows XP Home Edition machine. Clicking on the shortcut > (or the program executable) c

Re: IDLE problem :-(

2004-12-25 Thread Ishwor
Sorry IDLE's source ...;P [snip] -- cheers, Ishwor Gurung -- http://mail.python.org/mailman/listinfo/python-list

Re: IDLE problem :-(

2004-12-25 Thread Ishwor
On Sat, 25 Dec 2004 17:45:02 GMT, Steven Bethard <[EMAIL PROTECTED]> wrote: > Ishwor wrote: > > I don't know if this has been a problem with other people using IDLE > > but when i press the home key then the cursor jumps to the beginning > > of the line and not after the prompt. If google prints th

Re: IDLE problem :-(

2004-12-25 Thread Steven Bethard
Ishwor wrote: I don't know if this has been a problem with other people using IDLE but when i press the home key then the cursor jumps to the beginning of the line and not after the prompt. If google prints the right indentation then here how i want the IDLE prompt to work -> |>>> |(r,b,g).__class

Re: IDLE problem :-(

2004-12-24 Thread Daniel Bickett
This is less of a bug and more of an inconvenience, on your part. It happens because IDLE has a tailored shell allowing your cursor to venture beyond the prompt, and across the text that the window consists of (much like a loaded file in a text editor) Thus, the beginning of each line is not limi