Displaying 2 results from an estimated 2 matches for "tk_library".
Did you mean:
tcl_library
2008 Jul 17
3
Problem with TLC/TK on Ubuntu
...oad the tcl and the tk packages (version: 8.5) from
http://www.tcl.tk and to install them (the -dev packages also), but the
error hold over.
2. To install the previous releases (version: 8.4) for these packages. The
error hold over.
3. To set the environment variables 'TCL_LIBRARY' and 'TK_LIBRARY', in this
mode:
TCL_LIBRARY=/usr/local/lib/tcl8.5 * (or 8.4)*
TK_LIBRARY=/usr/lib/tk8.5 *(or 8.4)*
but the error hold over.
4.Therefore, after this modifications, i uninstalled R and I installed again
it. I try to do this both without setting environment variables and setting
it. The...
2012 Sep 14
1
tcltk installation problem in R (Mac OS X version)
...nd wanted to installed
tcl/tk. So, I installed tcl/tk from this page:
http://cran.r-project.org/bin/macosx/tools/
It gets placed in /usr/local dir.
and then I installed R.
Next, in R, I set the TCL_LIBRARY variable by saying
Sys.setenv(TCL_LIBRARY="/usr/local/lib/tcl8.5")
and
Sys.setenv(TK_LIBRARY="/usr/local/lib/tk8.5")
But still when I try to run any GUI-based program, it gives me the error
that TCL/TK were not istalled.
In tclRequire(tclPkg) : Tcl package 'BWidget' not found
I have a suspicion that I am not setting the TCL_LIBRARY right. When I try
to set the TCL_VARI...