Hi,<div><br></div><div>I created a planet archive locally with raco planet create, then I installed it into my local cache with raco planet fileinject.  </div><div><br></div><div>All I&#39;ve written in Dr Racket so far is:</div>
<div><br></div><div><div>(require (planet &quot;something.rkt&quot; (&quot;shawnps&quot; &quot;something-racket.plt&quot; 1 1)))</div></div><div><br></div><div>and it runs fine.  </div><div><br></div><div>I can see it in the module browser (View -&gt; Show Module Browser), and when I double click on it, it opens the correct file.</div>
<div><br></div><div>But I get &quot;unbound identifier&quot; whenever I try to use any of its functions or structs.  </div><div><br></div><div>Any help is appreciated.</div><div><br></div><div>Shawn</div>