Re: Python not starting

2013-05-05 Thread drjreddy7
On Monday, May 6, 2013 3:59:01 AM UTC+5:30, Chris Angelico wrote: > On Mon, May 6, 2013 at 4:15 AM, DRJ Reddy wrote: > I did read and understood that while replying if > is there we will get a > blank line unnecessarily. > If you read that page, you'll know that it does NOT advocate the total > e

Re: Python not starting

2013-05-05 Thread drjreddy7
import nt print nt.__file__ I have done above ones as you stated. I'm getting an error Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute '__file__' -- http://mail.python.org/mailman/listinfo/python-list