|
From: Jeff H. <je...@ac...> - 2006-06-27 22:16:59
|
Michael Foord wrote: > I use Tk with Python (Tkinter). >=20 > I have successfully got Tile working with Python and Windows=20 > XP, using the pre-built dll provided with the 0.7.2 distribution. >=20 > The 0.7.6 announcement says that a prebuilt windows binary=20 > 'may' be available. It isn't available for download via=20 > sourceforge (yet). Does anyone have a successfully built=20 > binary for windows that I could use ? I think that ActiveState has assisted in keeping module authors lazy by providing a recurring update of binaries with their modules, tile = included. I believe a more recent version of tile can be found in the latest = ActiveTcl. > Next I need to work out how to style my widgets from Python... Any questions in particular? At worst, you fall back to calling direct = Tcl through the eval method, but it might make sense to better support the = style command in Python/Tkinter moving forward (as ttk::style will be core to = Tk 8.5). > (Oh and congratulations, Tile looks very good - thanks.) On behalf of the various participants, you're welcome! Jeff Hobbs, The Tcl Guy, http://www.ActiveState.com/ |