Hi,<br><br>I&#39;m trying to install the HWiki package without success.<br><br>I&#39;m running DrScheme 4.2 on Ubuntu 9.04.<br><br>The suggested line for installation is:<br><br>&gt; (require (planet &quot;[file]&quot; (&quot;oesterholt&quot; &quot;hwiki.plt&quot; 1 15)))<br>
<br>but it gets rejected with:<br><br>&gt; planet: bad module path in: (planet &quot;[file]&quot; (&quot;oesterholt&quot; &quot;hwiki.plt&quot; 1 15))<br><br>Then, I&#39;ve tried:<br><br>&gt; (require (planet &quot;hwiki.scm&quot; (&quot;oesterholt&quot; &quot;hwiki.plt&quot; 1 15)))<br>
<br>which fails with:<br><br>compile: unbound identifier in module<br>setup-plt: error: during making for &lt;planet&gt;/oesterholt/roos.plt/1/9 (roos)<br>setup-plt:   compile: unbound identifier in module<br>compile: unbound identifier in module<br>
setup-plt: error: during making for &lt;planet&gt;/oesterholt/sqlid.plt/1/5 (sqlid)<br>setup-plt:   compile: unbound identifier in module<br>compile: unbound identifier in module<br>setup-plt: error: during making for &lt;planet&gt;/oesterholt/hwiki.plt/1/15 (hwiki)<br>
setup-plt:   compile: unbound identifier in module<br>module: identifier is already imported<br>module: identifier is already imported<br>module: identifier is already imported<br>setup-plt: error: during making for &lt;planet&gt;/schematics/port.plt/1/3 (port)<br>
setup-plt:   module: identifier is already imported<br>setup-plt: error: during making for &lt;planet&gt;/schematics/port.plt/1/3/scribblings<br>setup-plt:   module: identifier is already imported<br>setup-plt: error: during Building docs for /home/internet/.plt-scheme/planet/300/4.2/cache/schematics/port.plt/1/3/scribblings/port.scrbl<br>
setup-plt:   module: identifier is already imported<br>module: identifier is already imported<br>setup-plt: error: during making for &lt;planet&gt;/schematics/instaweb.plt/1/8 (instaweb)<br>setup-plt:   module: identifier is already imported<br>
compile: unbound identifier in module<br>setup-plt: error: during making for &lt;planet&gt;/oesterholt/datastructs.plt/1/0 (datastructs)<br>setup-plt:   compile: unbound identifier in module<br>compile: unbound identifier in module<br>
load-handler: expected a `module&#39; declaration for `example-server&#39; in #&lt;path:/home/internet/.plt-scheme/planet/300/4.2/cache/oesterholt/mzrpc.plt/1/4/examples/example-server.scm&gt;, but found something else<br>
setup-plt: error: during making for &lt;planet&gt;/oesterholt/mzrpc.plt/1/4 (mzrpc)<br>setup-plt:   compile: unbound identifier in module<br>setup-plt: error: during making for &lt;planet&gt;/oesterholt/mzrpc.plt/1/4/examples<br>
setup-plt:   load-handler: expected a `module&#39; declaration for `example-server&#39; in #&lt;path:/home/internet/.plt-scheme/planet/300/4.2/cache/oesterholt/mzrpc.plt/1/4/examples/example-server.scm&gt;, but found something else<br>
. ../../../.plt-scheme/planet/300/4.2/cache/oesterholt/datastructs.plt/1/0/fifo.scm:102:20: expand: unbound identifier in module in: set-cdr!<br><br><br><br>Thanks<br><br>