On Thu, Aug 21, 2008 at 7:09 AM, Cesare Di Mauro <[EMAIL PROTECTED]> wrote: > >>>> import Tkinter > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "c:\tmp\Python-2.6b3\lib\lib-tk\Tkinter.py", line 38, in <module> > import FixTk > File "c:\tmp\Python-2.6b3\lib\lib-tk\FixTk.py", line 28, in <module> > import _tkinter > ImportError: DLL load failed: Impossibile trovare il modulo specificato. > > It seems that its impossible to find the _tkinter module, but in PCbuild > I've found these files: > > 21/08/2008 10.35 34.304 _tkinter.pyd
The most likely explanation for this is that _tkinter.pyd has a static dependency that can't be loaded. If, for instance, the TCL and TK DLLs themselves are neither in PCbuild nor elsewhere in the path, then you wouldn't be able to load _tkinter. -- Curt Hagenlocher [EMAIL PROTECTED] _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com