- Verify that you have a recent version of TCL installed on your computer.
tclsh
% info tclversion
8.3
% exit
- Verify that the third party library
Itcl
is installed correctly on your computer.
bl92a:~ > wish
% package require Itcl
3.2
% exit
- Verify that the third party TCL library
BWidget
is installed correctly on your computer.
bl92a:~ > wish
% package require BWidget
1.2.1
% exit
bl92a:~ >
- Verify that the third party TCL library
BLT
is installed correctly on your computer.
bl92a:~ > wish
% package require BLT
2.4
% exit
bl92a:~ >
- Verify that the third party TCL library
Img
is installed correctly on your computer.
bl92a:~ > wish
% package require Img
1.2.4
% exit
bl92a:~ >