[Python-Dev] RELEASED Python 2.6b3 and 3.0b3

Curt Hagenlocher curt at hagenlocher.org
Thu Aug 21 17:34:56 CEST 2008


On Thu, Aug 21, 2008 at 7:09 AM, Cesare Di Mauro
<cesare.dimauro at a-tono.com> 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
curt at hagenlocher.org


More information about the Python-Dev mailing list