[Python-bugs-list] [ python-Bugs-594833 ] python-mode.el disables raw_input()

SourceForge.net noreply@sourceforge.net
Thu, 31 Jul 2003 21:36:02 -0700


Bugs item #594833, was opened at 2002-08-13 19:30
Message generated for change (Comment added) made by montanaro
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=594833&group_id=5470

Category: Demos and Tools
Group: None
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Kow Kuroda (kowk)
Assigned to: Barry A. Warsaw (bwarsaw)
Summary: python-mode.el disables raw_input()

Initial Comment:
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

----------------------------------------------------------------------

>Comment By: Skip Montanaro (montanaro)
Date: 2003-07-31 23:36

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=594833&group_id=5470