<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="GiovanniITCTT">I installed 206 in
c:/cygwin/home/metaperl/install/PLT<br>
<br>
I de-installed 206 and then downloaded and installed 207 in C:/Program
Files/PLT<br>
<br>
When 207 attempts to start up, I get this error message:<br>
<br>
The teachpack file
C:\cygwin\home\metaperl\install\PLT\PLT\teachpack\htdp\convert.ss did
not load properly.<br>
current-load-relative-directory: directory not found or not a
directory: "C:\cygwin\home\metaperl\install\PLT\PLT\teachpack\htdp\"<br>
<br>
It is a fact that the stated directory does not exist because it was
removed during install. But why would 207 be looking for teachpacks in
the 206 install directory and what can I do to rectify this situation?<br>
</font>
<pre class="moz-signature" cols="80">-- 
  (let recur ((lis x) (k k)) 
    (if (zero? k) (values '() lis) 
        (receive (prefix suffix) (recur (cdr lis) (- k 1)) 
          (values (cons (car lis) prefix) suffix))))) </pre>
</body>
</html>