This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: python-mode.el disables raw_input()
Type: Stage:
Components: Demos and Tools Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, kowk, skip.montanaro
Priority: normal Keywords:

Created on 2002-08-14 00:30 by kowk, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg11916 - (view) Author: Kow Kuroda (kowk) Date: 2002-08-14 00:30
Hi,

I'm not sure if this is a bug. I just wanted to report a problem 
with my emacs environment using python-mode. With the 
current version of python-mode.el with Python 2.1, 2.2, 2.2.1, 
I always get

	EOFError: EOF when reading a line

at the line I call raw_input() function. How to get this work in 
emacs?
By the way, the same code doesn't raise this error with vim.

Thanks in advance.
Kow
msg11917 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2003-08-01 04:36
Logged In: YES 
user_id=44345

I think this is something we can't do anything about.  It's just
a limitation of the underlying Emacs functions used to run
external programs.
History
Date User Action Args
2022-04-10 16:05:35adminsetgithub: 37021
2002-08-14 00:30:15kowkcreate