[Tutor] problem with Python Tutorial

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Tue Aug 9 01:57:32 CEST 2005


> Traceback (most recent call last):
>    File "<pyshell#28>", line 1, in -toplevel-
>      sys.ps2
> AttributeError: 'module' object has no attribute 'ps2'
>
> What's wrong?


IDLE doesn't use sys.ps2.  See the thread starting at:

    http://mail.python.org/pipermail/idle-dev/2002-February/000862.html



More information about the Tutor mailing list