|
From: Joe E. <jen...@fl...> - 2006-11-23 17:52:45
|
Georgios Petasis wrote: > I cannot see why doing "package require tile" in Tk 8.5a6 should produce > chaos. > Isn't the tile package in 8.5a6 declared as a static package using > Tcl_StaticPackage? No, not at the moment. > If it is registered as a static package, why tcl will try to load > another version of tile (anywhere in the auto_path) sinse it will be > already loaded? Right, if it were registered as a static package, that would prevent any problems related to conflicting copies. --Joe English jen...@fl... |