0

When I run C-c C-c on a .py file, Aquamacs returns

Output file descriptor of python3 is closed

On the other hand, the Python shell works just fine.

How can I fix it such that I can run Python files?

AndyG
  • 39,700
  • 8
  • 109
  • 143
Skuge
  • 1,010
  • 2
  • 11
  • 28

1 Answers1

0

It seems Aquamacs' default Python interpreter is pyhton.el and not python-mode.el .

Installing python-mode.el from here will do the trick.

AndyG
  • 39,700
  • 8
  • 109
  • 143
Skuge
  • 1,010
  • 2
  • 11
  • 28