![]() |
|
#1
|
|||
|
|||
|
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
|
|
|