PDA

View Full Version : tkinter setup for 3.0


jrodman
11-09-2006, 03:20 PM
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:
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

farshizzo
11-09-2006, 04:47 PM
Those files only work with Vizard 2.5. I've added a file to the Vizard downloads page under the Vizard 3.0 Addons section, which installs the Tkinter files for Vizard 3.0.

jrodman
11-16-2006, 02:50 PM
Thanks! It works.