Hi, 
I updated my Tk as suggested but I got the exact same message as
the other user when I tried to start idle.pyw:   

import sys, os, _tkinter
ImportError: DLL load failed: The specified module could not be found.

The problem was resolved by setting PYTHONPATH in the autoexec.bat file
and rebooting. The value used was that returned by

import sys
sys.path

with all the \\ replaced by \ 

The windows installer does not perform this step.
Regards, KBK
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to