Pmw.Blt with Tkinter

howard at eegsoftware.com howard at eegsoftware.com
Thu Jan 4 13:35:43 EST 2001


On Thu, 4 Jan 2001 10:58:29 +0900, "June Kim"
<junaftnoon at nospamplzyahoo.com> wrote:

>I've downloaded Pmw, and Blt(blt2.4u-for-8.3.exe) for windows. Pmw was
>installed on my system quite successfully, as the demo seems working right,
>but BLT parts are not working at all. It says that BLT is not installed --
>it is installed under the \python20\tcl directory.
>
>How can I notify my system that I've installed BLT?
>(I guess I should add some lines indicating the path to some files)
>
I got it to work (!!!) by copying the BLT24.DLL into the SAME 
directory as the python 2.0 executable.

The problem seems to be that the Pmw loader uses the Tcl loader 
which uses the old-style Windows LoadLibrary procedure which uses 
a "standard" set of load paths.  Apparently, the BLT dll is not on any
of  those paths, perhaps because Python puts the tcl directory under
Python20  instead of in "Program Files\Tcl".


Howard Lightstone
EEGSoftware
howard at eegsoftware.com



More information about the Python-list mailing list