Pythonの開発環境は Python 開発環境 PyCharm で決まり
http://wiki.netbeans.org/PythonInstall
Support for python in NetBeans 7 is left to community - which currently means it's almost zero. ... Currently, you will see a LOT of these exceptions: ...
$ sudo port install py32-tkinter
$ idle
/.idlerc/config-main.cfg の編集
[~]$ cat ~/.idlerc/config-main.cfg [EditWindow] font-size = 12 font = Menlo font-bold = 1 height = 18 width = 60 encoding = utf-8
/.idlerc/config-keys.cfg の編集
[~]$ cat ~/.idlerc/config-keys.cfg [IDLE Classic OSX] history-next = <Key-Down> history-previous = <Key-Up>