Thank you for the hint: it works. :)

Cesare

In data 21 agosto 2008 alle ore 17:34:56, Curt Hagenlocher <[EMAIL PROTECTED]> 
ha scritto:

> 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]
> 



-- 
Dott. Cesare Di Mauro
A-Tono S.r.l.
T.: (+39)095-7365314
Information in this email is confidential and may be privileged. It is intended 
for the addresses only.
If you have received it in error, please notify the sender immediately and 
delete it from your system. You should not otherwise copy it, retransmit it or 
use or disclose its content to anyone.
Thank you for your co-operation.
_______________________________________________
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

Reply via email to