View Single Post
  #1  
Old 11-09-2006, 03:20 PM
jrodman jrodman is offline
Member
 
Join Date: Jun 2003
Posts: 21
tkinter setup for 3.0

I can't get tkinter to work with Vizard 3.0.
I followed the directions found here:
http://worldviz.com/forum/showthread.php?t=32

It gives the following error:
Code:
  File "<string>", line 11, in ?
  File "Directions.py", line 1, in ?
    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
Reply With Quote