Place this in your .emacs
file to set the location of your python interpreter:
(setq python-shell-interpreter "path\to\your\python3.2")
Emacs comes with good manuals and an info mode to help read them. To learn more about .emacs
you can use:
M-: (info “(Emacs)Init file”) RET.