sys.ps2



when I type sys.ps2 after import sys,
I got the message like:
Traceback (most recent call last):
File "<pyshell#10>", line 1, in -toplevel-
sys.ps2
AttributeError: 'module' object has no attribute 'ps2'
why does it happen?
.



Relevant Pages

  • Re: a question
    ... Traceback: ... sys.ps2 AttributeError: 'module' object has no attribute 'ps2' why does it happen? ... import sys print sys.ps2 ...
    (comp.lang.python)
  • question
    ... > when I type sys.ps2 after import sys, ... > Traceback: ... > AttributeError: 'module' object has no attribute 'ps2' ...
    (comp.lang.python)
  • a question
    ... when I type sys.ps2 after import sys, ... Traceback: ... AttributeError: 'module' object has no attribute 'ps2' ...
    (comp.lang.python)
  • Re: a question
    ... > when I type sys.ps2 after import sys, ... > Traceback: ... > AttributeError: 'module' object has no attribute 'ps2' ... Prev by Date: ...
    (comp.lang.python)
  • Re: sys.stdin.read question
    ... >> import sys ... > Dunno. ... Traceback: ... AttributeError: read ...
    (comp.lang.python)