Displaying 1 result from an estimated 1 matches for "tclperl".
Did you mean:
plperl
2008 Apr 30
1
R isn't finding tcltk
...tem
Error in library(tcltk) : .First.lib failed for 'tcltk'
After first encountering this problem, I took the following steps:
1. Made sure that installed programs include dev-lang/tcl,
dev-tcltk/mysqltcl, dev-tcltk/otcl, dev-tcltk/tcl-debug,
dev-tcltk/tcldom, dev-tcltk/tcllib, dev-tcltk/tclperl,
dev-tcltk/tclpython, dev-tcltk/tclreadline, dev-tcltk/tclxml,
and dev-tcltk/tclxml-expat.
2. Verified that tcltk was installed by writing a little file hello.tcl,
running the command "tclsh hello.tcl", and observing that the output was
correct.
3. Removed R by doing "emerge -C R&...