Re: Why I cannot Exit python shell ??

2006-10-22 Thread Fredrik Lundh
Jia Lu wrote: > After using python shell (IDLE) for a while, I typed commands below > to exit . But error ocurred. > raise SystemExit > > Traceback (most recent call last): > File "", line 1, in > raise SystemExit > SystemExit sys.exit(0) > > Traceback (most recent call last)

Why I cannot Exit python shell ??

2006-10-22 Thread Jia Lu
Hi all. After using python shell (IDLE) for a while, I typed commands below to exit . But error ocurred. >>> raise SystemExit Traceback (most recent call last): File "", line 1, in raise SystemExit SystemExit >>> sys.exit(0) Traceback (most recent call last): File "", line 1, in