[Pythonmac-SIG] in emacs calling python from a shell buffer doesn't make input/output.

halloleo at fusemail.com halloleo at fusemail.com
Thu Mar 4 23:32:15 EST 2004


hi there

i'm running python 2.3.3 on on my panther imac and at work on
cygwin-windows.

on both systems, i can create a shell buffer and it works as expected: it
accepts input processes and on RET shows the output in the buffer, etc...

however when i call python interactivly in this shell buffer it doesn't
accept any input and therefore doesn't do any output at all -- until i kill
the shell with C-c C-d: then python processes all the input characters i
have
typed, writes its output to the buffer and quits. after that the shell quits
obviously as well.

so, python works kind of correct, but the input/output transfer to the
buffer is not done interactivly.

any clue?

thanks, leo






More information about the Pythonmac-SIG mailing list