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

shisa samrobertsmith at gmail.com
Sun Jul 3 06:49:02 EDT 2005


What should I do to correct the errors accordingly?


On 7/3/05, Michael Hoffman <cam.ac.uk at mh391.invalid> wrote:
> yipusi wrote:
> > IDLE 1.0.3
> >
> >>>>import sys
> >>>>sys.ps2
> >
> >
> > Traceback (most recent call last):
> >   File "<pyshell#1>", 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
>



More information about the Python-list mailing list