Problem in running a python script from XEmacs

MarcoL mlprog1.no.spam at email.it
Sun Mar 13 08:47:35 EST 2005


Hi,
I've tried to execute from the buffer (C-c C-c) this python script:

s=''
s=raw_input('Enter a string:')

but I got this error:

Enter a string:Traceback (most recent call last):
   File "<stdin>", line 2, in ?
EOFError: EOF when reading a line

I'm using Xemacs 21.5.19 compiled on Fedora Core 3 --with-mule --with-gtk

Can anybody help me?

Thanks

Marco.



More information about the Python-list mailing list