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

Reply via email to