[Tutor] Problem with Pythonwin

Kent Johnson kent37 at tds.net
Sun Sep 3 13:46:23 CEST 2006


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



More information about the Tutor mailing list