How do I run an interactive command line Python app inside of Emacs on Win32?
Posted
by sludge
on Stack Overflow
See other posts from Stack Overflow
or by sludge
Published on 2010-05-18T19:25:06Z
Indexed on
2010/05/18
19:30 UTC
Read the original article
Hit count: 183
If I use M-x shell and run the interactive Python interpreter, Emacs on Windows does not return any IO.
When I discovered M-x python-shell, I regained hope. However, instead of running the interactive Python shell, I want to run a specific Python script that features an interactive CLI. (See Python's cmd module for details).
Is there a way of launching a Python script in Emacs that is interactive? (stdout, stdin, stderr)
© Stack Overflow or respective owner