[Python-Dev] RELEASED Python 2.6b3 and 3.0b3 (original) (raw)
Curt Hagenlocher curt at hagenlocher.org
Thu Aug 21 17:34:56 CEST 2008
- Previous message: [Python-Dev] RELEASED Python 2.6b3 and 3.0b3
- Next message: [Python-Dev] RELEASED Python 2.6b3 and 3.0b3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 "", line 1, in File "c:\tmp\Python-2.6b3\lib\lib-tk\Tkinter.py", line 38, in import FixTk File "c:\tmp\Python-2.6b3\lib\lib-tk\FixTk.py", line 28, in 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
- Previous message: [Python-Dev] RELEASED Python 2.6b3 and 3.0b3
- Next message: [Python-Dev] RELEASED Python 2.6b3 and 3.0b3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]