This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Tix not usable on windows
Type: Stage:
Components: Tkinter Versions: Python 2.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: loewis Nosy List: golem1, loewis
Priority: normal Keywords:

Created on 2004-04-15 18:49 by golem1, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg20515 - (view) Author: David Stoner (golem1) Date: 2004-04-15 18:49
Python 2.3.3 (#51, Dec 18 2003, 20:22.39) [MSC v.1200
32 bit (Intel)] on win32
Type "help", "copyright", "credits", or "license" for
more information.
>>> import Tix
>>> root = Tix.Tk()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "C:\Python23\lib\lib-tk\Tix.py, line 210, in
__init__
    self.tk.eval('package require Tix")
_tkinter.TclError: can't find package Tix
>>>

msg20516 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-04-15 20:50
Logged In: YES 
user_id=21627

Duplicate of #474836
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 40155
2004-04-15 18:49:30golem1create