Re: [Tutor] problem with Python Tutorial

2005-08-08 Thread Danny Yoo
On Mon, 8 Aug 2005, Dick Moores wrote: > Danny Yoo wrote at 16:57 8/8/2005: > > > Traceback (most recent call last): > > >File "", line 1, in -toplevel- > > > sys.ps2 > > > AttributeError: 'module' object has no attribute 'ps2' > > > > > > What's wrong? > > > > > >IDLE doesn't use sys.p

Re: [Tutor] problem with Python Tutorial

2005-08-08 Thread Dick Moores
Danny Yoo wrote at 16:57 8/8/2005: > > Traceback (most recent call last): > >File "", 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.or

Re: [Tutor] problem with Python Tutorial

2005-08-08 Thread Danny Yoo
> Traceback (most recent call last): >File "", 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 _

[Tutor] problem with Python Tutorial

2005-08-08 Thread Dick Moores
Quoting from "6.2 Standard Modules", of the Python Tutorial (): == One particular module deserves some attention: sys, which is built into every Python interpreter. The variables sys.ps1 an