<p>Hi all-</p>
<p>I'm getting the following error when trying to launch a bundled Pygame app:</p>
<p>
<p>10/4/10 8:43:42 PM<span style="white-space: pre;"> </span>[0x0-0x584584].org.pythonmac.unspecified.Cupcake[73356]<span style="white-space: pre;"> </span>ImportError: dlopen(/Users/danr/Projects/cupcake/dist/Cupcake.app/Contents/Resources/lib/python2.6/lib-dynload/pygame/base.so, 2): no suitable image found. &nbsp;Did find:</p>
<p>10/4/10 8:43:42 PM<span style="white-space: pre;"> </span>[0x0-0x584584].org.pythonmac.unspecified.Cupcake[73356]<span style="white-space: pre;"> </span>/Users/danr/Projects/cupcake/dist/Cupcake.app/Contents/Resources/lib/python2.6/lib-dynload/pygame/base.so: no matching architecture in universal wrapper</p>
</p>
<p>&nbsp;</p>
<p>The game launches fine from VIM or the command line.</p>
<p>This had been working with an earlier version of py2app. I'm guessing it's a 32 vs 64 bit problem of some sort? Any direction would be appreciated.</p>
<p>&nbsp;</p>
<p>Thanks,</p>
<p>Dan</p>