---SUMMARY---
I just downloaded and installed PC-BSD 1.4.1 with Python 2.5.1 installed, and wanted to fire up IDLE (a python IDE which is packaged with the language) by typing 'idle' (minus the quotes) at the terminal. However, it does not work.
I know that I could just use another editor, but IDLE is a cross-platform IDE and *should* work.
---DETAILS---
---Error message in Python---
** IDLE can't import Tkinter. Your Python may not be configured for Tk. **
---Steps taken attempting to resolve the issue---
I've installed the ports package, and when I cd to /usr/ports/x-11-toolkits, I see that py-tkinter is indeed installed. I also double checked that TK and TCL are installed, and they both are. Given that all the requisite dependencies are installed, I am puzzled as to why I can't simply import the tkinter module into python when I launch it at the command line and thereby launch IDLE.
I have perused the tkinter wiki on the python website and tried the suggestions there without any success:
http://wiki.python.org/moin/TkInter
I also came across another person having the same unresolved problem, but with a slightly older version of FreeBSD and Python.
http://www.nabble.com/IDLE-Tkinter-on-F ... 87665.html
So any ideas to enable me to use IDLE in PC-BSD will be most appreciated.