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?
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?
Copyright © 2021 Jogjafile Inc.
It seems Aquamacs' default Python interpreter is pyhton.el and not python-mode.el .
Installing python-mode.el from here will do the trick.