[Python-bugs-list] [ python-Bugs-474836 ] Tix not included in windows distribution (original) (raw)
noreply@sourceforge.net noreply@sourceforge.net
Thu, 25 Oct 2001 04:22:17 -0700
- Previous message: [Python-bugs-list] [ python-Bugs-474831 ] Command history doesn't work on Mandrake
- Next message: [Python-bugs-list] [ python-Bugs-474737 ] Problem overriding int.__init__()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bugs item #474836, was opened at 2001-10-25 04:22 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=474836&group_id=5470
Category: Tkinter Group: Python 2.1.1 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Tix not included in windows distribution
Initial Comment: Although there is a Tix.py available, there is no Tix support in the precomiled Python-distribution for windows. So
import Tix
works fine, but
root = Tix.Tk()
results in
TclError: package not found.
It is possible to circumvent this problem by installing a regular Tcl/Tk distribution (e.g. in c:\programme\tcl) and installing Tix in the regular Tcl-path (i.e. tcl\lib).
Mathias
You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=474836&group_id=5470
- Previous message: [Python-bugs-list] [ python-Bugs-474831 ] Command history doesn't work on Mandrake
- Next message: [Python-bugs-list] [ python-Bugs-474737 ] Problem overriding int.__init__()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]