Y
yipusi
IDLE 1.0.3
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?
---------- Forwarded message ----------
From: Steven D'Aprano <[email protected]>
To: (e-mail address removed)
Date: Sun, 03 Jul 2005 18:51:07 +1000
Subject: Re: a question
It works for me.
'... '
Can you cut and past the relevant lines from your interactive session?
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?
---------- Forwarded message ----------
From: Steven D'Aprano <[email protected]>
To: (e-mail address removed)
Date: Sun, 03 Jul 2005 18:51:07 +1000
Subject: Re: a question
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?
It works for me.
'... '
Can you cut and past the relevant lines from your interactive session?