[Chicago] Tcl/Tk location

Brian Curtin brian at python.org
Fri Sep 6 04:40:11 CEST 2013


On Thu, Sep 5, 2013 at 9:30 PM, Feihong Hsu <feihong.hsu at gmail.com> wrote:
> It's possible to remove items from sys.path and then reload a module.
> Although this is quite hacky.

That's not going to unload a static library that the interpreter linked against.

If tcl/tk 8.3 is what's loaded by the interpreter, you can't remove
the Tkinter Python module from the path, point it to another location
tcl/tk that you built that has "tile" support, import that, and have
it work.


More information about the Chicago mailing list