Thread: Tk with Vizard
View Single Post
  #15  
Old 07-11-2007, 01:45 PM
jrodman jrodman is offline
Member
 
Join Date: Jun 2003
Posts: 21
tkinter is not working for me with Vizard 3.0.

I'm getting the same error message as before:
from Tkinter import *
File "C:\Program Files\WorldViz\Vizard30\bin\lib\lib-tk\Tkinter.py", line 38, in ?
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter

It looks like Vizard upgraded from Python 2.3 to 2.4. Does that mean we need new tkinter files?
Reply With Quote