Re: [tcltk-perl] Bwidgets
Brought to you by:
hobbs
|
From: Paul F. <fa...@ca...> - 2004-08-30 17:30:48
|
On Mon, Aug 30, 2004 at 09:46:14AM -0700, Jeff Hobbs wrote:
> > What directory should BWidget-1.7.0.tar.gz be untared for
> > Tcl::Tk to find them?
>
> It should be a sibling directory to $tcl_library, or you
> must add its location into the Tcl auto_path variable before
> you 'package require' it.
on my Casio I installed under
\Storage Card\tcl844\lib\tcl8.4\Bwidget
if I
print $ENV{"TCL_LIBRARY"}
I get
\Storage Card\tcl844\lib\tcl8.4
if I print
print $ENV{"tcl_library"}
I get
\Storage Card\tcl844\lib\tcl8.4
I am getting some type of error but it is not going to my
\perl-stderr file. What code should be used to catch Tcl::Tk errors?
|