[ danbala software ] dirck's
python
pages

  • Having trouble running Tkinter on Win32?

    Be sure to eliminate extra copies of the tcl/tk dlls that might be floating around your Window's system or system32 directories.

    This replacement FixTk.py (python/lib/lib-tk) eliminates the need to place tk in the system path, or in a specific place relative to Python. It uses the Windows registry, so it requires the Win32 Python extensions.

    More info is also available from Fredrik Lundh's FYI page