PDA

View Full Version : Adding additional Python modules


4711
11-21-2011, 12:58 AM
Hi,

I'd like to add some GUI elements to my Vizard code that Vizard can't provide sufficiently. I therefore want to use the easygui package (http://easygui.sourceforge.net/) instead. However, easygui requires Tkinter and that's not included within Vizard's Python distribution.

Is there a way to get this running with Vizard?

There was already a similar question some time ago but unfortunately with no helpful answer, see here:
http://forum.worldviz.com/showthread.php?t=455&highlight=additional+modules

Any help would be appreciated!

Jeff
11-21-2011, 06:24 PM
You can download Tkinter for Vizard 3 on our website. This (http://forum.worldviz.com/showthread.php?t=2865) thread shows how to embed the Vizard window in a Tkinter application.