I was trying to build my app into a distributable bundle and was getting errors.&nbsp; So I tried simplifying into something that still gets the errors.<br><br>When I try to build an app that contains Framework, I get the following error: (Scheme-&gt;Create Executable: Distribution / MrEd)<br>
<br>&quot;collection-path: collection not found: &quot;main.ss&quot; in any of: (#&lt;path:C:\Documents and Settings\c.bowron\Application Data\PLT Scheme\4.1.2\collects&gt; #&lt;path:C:\Program Files\PLT\collects&gt;)<br>
<br>&nbsp;=== context ===<br>C:\Program Files\PLT\collects\compiler\embed-unit.ss:804:60<br>C:\Program Files\PLT\collects\compiler\embed-unit.ss:703:4: do-write-module-bundle&quot;<br><br>on Windows XP, using Version 4.1.2<br>
<br>This is the program, and it works if I just run it:<br>------------------------------------<br>#lang scheme/gui<br><br>(require framework)<br><br>(let ((f (new frame:basic% (label &quot;Hello World&quot;) (parent #f) (width 320) (height 200))))<br>
&nbsp; (send f show #t))<br><br>-- <br>Christopher W. Bowron &lt;<a href="mailto:chris@bowron.us">chris@bowron.us</a>&gt;<br>[ Nothing is exciting if you know what the outcome will be ]<br> &nbsp; &nbsp;- Joseph Campbell<br>