<html>
<head>
</head>
<body>
<br>
<br>
Prof Brian Ripley wrote:<br>
<blockquote type="cite" cite="mid:Pine.LNX.4.31.0202060815301.22944-100000@gannet.stats">
<pre wrap="">On Wed, 6 Feb 2002, Beat Huggler wrote:<br><br></pre>
<blockquote type="cite">
<pre wrap="">Hi guys<br><br>Recently a wanted to look at the opotunities which are suported by the<br>labrary of tcltk. Unfortunatly I couldn't load the library and it<br>occured the following error message:<br><br>Error in firstlib(which.lib.loc, package) :<br> TCL_LIBRARY is not set<br>Error in library(pkg, character.only = TRUE) :<br> .First.lib failed<br><br>I've tried to load it in sveral ways. I reinstalt the this library bud<br>nothing happend. What is the problem and how can I solve it??<br></pre>
</blockquote>
<pre wrap=""><!----><br>It appears that this was under Windows and you have not set TCL_LIBRARY.<br>That *is* in the README, and also in the rw-FAQ.</pre>
</blockquote>
I have got the same problems, but use this :<br>
Sys.putenv("TCL_LIBRARY"=<a class="moz-txt-link-rfc2396E" href="c:/Tcl/lib/tcl83">"c:/Tcl/lib/tcl83"</a>)<br>
where my TCL/TK is installed and set in my win2000 the same folder to
the path row !?<br>
<br>
...than i get this message:<br>
<br>
Error in dyn.load(x, as.logical(local), as.logical(now)) : <br>
unable to load shared library "D:/Statsoft/rw1041/library/tcltk/libs/tcltk.dll":<br>
LoadLibrary failure: Das angegebene Modul wurde nicht gefunden.<br>
Error in library(tcltk) : .First.lib failed<br>
<br>
thanks for advance & <br>
regards,Christian<br>
<br>
<blockquote type="cite" cite="mid:Pine.LNX.4.31.0202060815301.22944-100000@gannet.stats"></blockquote>
</body>
</html>