Hi,
I'm forced to use a Windows machine, and I want to use Python from
within Emacs. I'm also forced to use PortablePython since I have no
admin rights here. Here's my problem:
When I run M-x shell and type "python", the python interpreter starts,
but no output is redirected to the emacs shell buffer (e.g. there is
no >>> at the prompt, and no version information after the interpreter
start). The input I send is also redirected to python, however, no output is
shown in the shell buffer. When I close python with quit(), the control
still is not returned to the shell.
What can be the problem here?
Regards, Max