View Single Post
  #4  
Old 03-27-2003, 01:54 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi Matthew,

You have two options:

1) Place all the Tkinter files in the Vizard/bin/lib directory

2) At the beginning of your script before you import tkinter issue the following command:

import sys
sys.path.append(<path to tkinter library>)

Hope that works!

-- farshid
Reply With Quote