The python statement:
from Tkinter import *
>>> from Tkinter import *
Traceback (most recent call last):
File "<stdin>", line 1 in ?
File "/usr/lib/python2.1/lib-tk/Tkinter.py", line 35, in ?
import _tkinter # if this fails your Python may not be configured
for Tk
ImportError: No module named _tkinter
I was wondering if there is a known fix for this?
Thanks for your time.
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
- RE: Python 2.1 can't find _tkinter.dll. Is there a solu... Dennis Wilson
- RE: Python 2.1 can't find _tkinter.dll. Is there a... Norman Vine
- Re: Python 2.1 can't find _tkinter.dll. Is the... Dennis Wilson
- Re: Python 2.1 can't find _tkinter.dll. Is... Jason Tishler
- Re: Python 2.1 can't find _tkinter.dll... Christopher Faylor
- Re: Python 2.1 can't find _tkinter.dll... Dennis Wilson
