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.

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

Thanks, Martijn, that helped.
The tix-dll is in the directory c:\Python23\DLLs, and the
pkgindex.tcl is in the c:\Python23\tcl\tix8.1 directory, so
I added

lappend dirs [file join [file dirname [info nameofexe]] DLLs]

and it works.

I still wonder if it would be better to locate the dll
relative to the directory of pkgindex.tcl, but I cannot
achive this.  Better than nothing.
I'll check it in and close the bug.

(Sidenote: it seems MvL's instructions actually *were*
correct, I just missed the 'DLLs]' part which were on the
next line ;-)
History
Date User Action Args
2007-08-23 13:57:00adminlinkissue474836 messages
2007-08-23 13:57:00admincreate