Interactive Python programming in ... vi [was: Tab wars revisited]

Jacek Generowicz jacek.generowicz at cern.ch
Fri Jul 16 05:19:06 EDT 2004


michele.simionato at gmail.com (Michele Simionato) writes:

> "Process Python exited abnormally with code 1"

> Is there a way to get any info about why the Python process failed?

You could start by looking at the python interpreter Emacs is trying
to run:

   C-h v py-python-command RET

or 

   M-x describe-variable RET py-python-command RET


If that looks dodgy, try changing it to something sensible. One way to
do that is

  M-x customize-group RET python RET

... and then do the mousey-clickety thing that seems relevant.



More information about the Python-list mailing list