Hi all!
i downloaded BWidget 1.4.1 from the download section.
when calling "% package require BWidget" in TCLSH.exe i get an error message: can't find package Tk 8.1.1
i'm using tcl8.4 and have tk8.4 in the lib path, but why is it asking for Tk 8.1.1 ??
any suggestions would be highly appreciated!!
el
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Use WISH.exe not TCLSH. TCLSH does not load any Tk extensions. The reason for 8.1.1 in the error message is that BWidget requires at least 8.1.1 (see the pkgIndex.tcl file)
enjoy
scott
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all!
i downloaded BWidget 1.4.1 from the download section.
when calling "% package require BWidget" in TCLSH.exe i get an error message: can't find package Tk 8.1.1
i'm using tcl8.4 and have tk8.4 in the lib path, but why is it asking for Tk 8.1.1 ??
any suggestions would be highly appreciated!!
el
Use WISH.exe not TCLSH. TCLSH does not load any Tk extensions. The reason for 8.1.1 in the error message is that BWidget requires at least 8.1.1 (see the pkgIndex.tcl file)
enjoy
scott