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