what is the difference between command prompt and IDLE?

2005-07-03 Thread shisa
what is the difference between command prompt and IDLE?
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: No sys.ps2 in IDLE (was Re: question)

2005-07-03 Thread shisa
What should I do to correct the errors accordingly?


On 7/3/05, Michael Hoffman <[EMAIL PROTECTED]> wrote:
> yipusi wrote:
> > IDLE 1.0.3
> >
> import sys
> sys.ps2
> >
> >
> > Traceback (most recent call last):
> >   File "", line 1, in -toplevel-
> > sys.ps2
> > AttributeError: 'module' object has no attribute 'ps2'
> >
> >
> > where is the problem?
> 
> The problem is that you are using IDLE (and an old version at that),
> which doesn't use sys.ps2.
> --
> Michael Hoffman
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-- 
http://mail.python.org/mailman/listinfo/python-list