Thread: Tk with Vizard
View Single Post
  #2  
Old 06-23-2003, 12:08 PM
sled sled is offline
Member
 
Join Date: Jun 2003
Posts: 31
Thank you for your help , but it still can not work,the message as following.
Traceback (most recent call last):
File "<string>", line 1, in ?
File "C:\Documents and Settings\Administrator\Desktop\gv10.weigang\weigan gGUI.
py", line 2, in ?
from tkFileDialog import *
File "C:\Program Files\Vizard\bin\lib\tkFileDialog.py", line 39, in ?
from tkCommonDialog import Dialog
File "C:\Program Files\Vizard\bin\lib\tkCommonDialog.py", line 15, in ?
from Tkinter import *
File "C:\Program Files\Vizard\bin\lib\Tkinter.py", line 35, in ?
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: DLL load failed: The specified module could not be found.
Reply With Quote