Asrarahmed Kadri wrote:
> Hi folks,
>
>
> I am new to Python and have just taken a few steps in this long journey..
>
> I am using a windows box and I have installed Activestate ActivePython 2.4
>
> When I start Pythonwin IDE, it gives me the following error:
>
>   File "re.py", line 9, in ?
>     i = input("Enter any positive integer\n")
> exceptions.EOFError: EOF when reading a line*
>   
You have a file re.py in the python path that is shadowing the library 
module re. Rename your file to something else and try again.

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to