Tkinter (Win98) Bombs but Tcl/Tk is OK

Fredrik Lundh effbot at telia.com
Mon Mar 27 16:32:57 EST 2000


Bjorke wrote:
> I've got two Win machines, with identical vrsions of Tcl/Tk and Python.
> The Win98 laptop fails to run tkinter -- i can do this:
>
>    import _tkinter
>    import Tkinter
>
> no problem, but when I hit
>
>    Tkinter._test()
>
> it fails (as do all Tkinter programs), bombing in _tkinter.create()
> saying:
>
> TclError: Can't find a usable init.tcl in the following directories:

this might help:
http://www.pythonware.com/people/fredrik/fyi/fyi02.htm

</F>

<!-- (the eff-bot guide to) the standard python library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->





More information about the Python-list mailing list