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
> 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
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
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
Sorry IDLE's source ...;P
[snip]
--
cheers,
Ishwor Gurung
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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