Message 7192 - Python tracker

Message7192

Author theller
Recipients
Date 2004-04-01.20:16:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=11105

I've built according to your instructions (slightly
adjusted), then copied tix8184.dll to the DLLs directory (of
a Python 2.3.3, installed with the windows installer), and
the tix8.1 directory into the tcl directory (sibling of
tcl8.4, tk8.4 and so on).

Demo\tixwidgets.py complains:

Traceback (most recent call last):
  File "c:\sf\python\dist23\src\Demo\tix\tixwidgets.py",
line 1002, in ?
    root = Tix.Tk()
  File "C:\Python23\lib\lib-tk\Tix.py", line 210, in __init__
    self.tk.eval('package require Tix')
_tkinter.TclError: couldn't load library "tix8184.dll": this
library or a dependent library could not be found in library
path

Any advise?
History
Date User Action Args
2007-08-23 13:57:00adminlinkissue474836 messages
2007-08-23 13:57:00admincreate