Can't run any script without it failing due to calling tkinter for no reason

pythonusernw at gmail.com pythonusernw at gmail.com
Sun Oct 14 21:47:21 EDT 2012


Hello All,


I'm running python 3.2 on Freebsd 9.0 Release and I must've screwed up my environment somehow, because now I can't run any script without it failing and throwing:
** IDLE can't import Tkinter.  Your Python may not be configured for Tk. **

Yet none of my scripts use tkinter nor call that module. They're simple network scraping scripts. I use pydev and eclipse and must've fat fingered something that screwed up my python environment, but I haven't the slightest clue on how to fix it. I can run my scripts in idle no problem, but I've built them as command line apps. I've tried uninstalling python 3 and reinstalling it to no avail. What did I do, and how can I fix it?

Thanks,
Adam



More information about the Python-list mailing list