That&#39;s odd. I get the &quot;couldn&#39;t load module(s): P&quot; but Y loads fine. These are legacy modules from a previous developer, and I generally try to avoid dealing with them. &quot;Y&quot; refers to either &quot;usefulX.py&quot; or &quot;usefulX2.py&quot;, I&#39;m not certain which. Both are in the Priithon directory. (Note that they aren&#39;t imported as &quot;X&quot; because that&#39;s the letter used for one of the modules the original developer named after himself...fortunately not in this particular program)<br>
<br>However, I was able to get a standalone version working. I started poking at the __boot__.py and site.py files in the generated app, and somehow that made the failures to import fundamental libraries like os and traceback go away. My only guess is that maybe py2app was including the .pyc files that had been generated on my local computer? Anyway, after that I got failures to import numpy.Tester, which are I think due to a version mismatch on my end. Easily fixed, though, as that module&#39;s not actually needed; I just commented out the imports. <br>
<br>Thanks for being willing to take a look! I think maybe I just needed a weekend of not thinking about it so I could come back to the problem fresh. :)<br><br>-Chris<br><br><div class="gmail_quote">On Mon, Aug 23, 2010 at 3:26 PM, Dan Ross <span dir="ltr">&lt;<a href="mailto:dan@rosspixelworks.com">dan@rosspixelworks.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

  
    
  
  <div bgcolor="#ffffff" text="#000000">
    <font face="Helvetica, Arial, sans-serif">Hmmm.....<br>
      <br>
      I&#39;m getting this when I try to run it from Terminal:<br>
      <br>
      dan-rosss-macbook-pro:editor dan$ python editor.py<br>
       * couldn&#39;t load module(s):    Y  P<div class="im"><br>
      Traceback (most recent call last):<br></div>
        File &quot;editor.py&quot;, line 7, in &lt;module&gt;<br>
          import mainapp<br>
        File &quot;/Users/dan/Desktop/editor/mainapp.py&quot;, line 2, in
      &lt;module&gt;<br>
          import demoframe<br>
        File &quot;/Users/dan/Desktop/editor/demoframe.py&quot;, line 6, in
      &lt;module&gt;<br>
          import imeditpanel<br>
        File &quot;/Users/dan/Desktop/editor/imeditpanel.py&quot;, line 12, in
      &lt;module&gt;<br>
          import realign<br>
        File &quot;/Users/dan/Desktop/editor/realign.py&quot;, line 8, in
      &lt;module&gt;<br>
          from Priithon.all import F, Y<br>
      ImportError: cannot import name Y<br>
      <br>
      <br>
      Can you tell me what&#39;s supposed to be happening?<br>
    </font><div><div></div><div class="h5"><br>
    On 8/23/10 10:18 AM, Chris Weisiger wrote:
    <blockquote type="cite">I&#39;ve put the program online here:<br>
      <br>
      <a href="http://derakon.dyndns.org/%7Echriswei/temp2/editor.tgz" target="_blank">http://derakon.dyndns.org/~chriswei/temp2/editor.tgz</a><br>
      <br>
      When run, it should show a large blank window with four icons in
      the upper-left corner. <br>
      <br>
      Thanks for being willing to take a look.<br>
      <br>
      -Chris<br>
      <br>
      <div class="gmail_quote">On Sat, Aug 21, 2010 at 6:12 AM, Dan Ross
        <span dir="ltr">&lt;<a href="mailto:dan@rosspixelworks.com" target="_blank">dan@rosspixelworks.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
          <div text="#000000" bgcolor="#ffffff"> <font face="Helvetica,
              Arial, sans-serif">Hey Chris-<br>
              <br>
              Is the source available anywhere? I&#39;ve made a few wx apps
              and that sounds familiar.<br>
              <br>
              Dan<br>
              <br>
            </font> </div>
        </blockquote>
      </div>
      <br>
    </blockquote>
  </div></div></div>

</blockquote></div><br>