<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 28 Jun, 2011, at 15:18, Jeffrey O'Neill wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Thanks for fixing this.<br><br>If it matters, I need 32-bit only code to support older versions of OS X but I don't need to support PPC (shouldn't be too many of those around anymore...).<br></blockquote><div><br></div>If your python was build using '--with-universal-archs=intel' the version in the repository should work fine (and likewise for 64-bit only builds). Other build variants should result in an automatic rebuild of the executable stubs, but I've noticed in the past that this doesn't always work as designed.</div><div><br></div><div>Ronald</div><div><br><blockquote type="cite"><br><div class="gmail_quote">
On Tue, Jun 28, 2011 at 8:08 AM, Ronald Oussoren <span dir="ltr"><<a href="mailto:ronaldoussoren@mac.com">ronaldoussoren@mac.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="word-wrap:break-word"><br><div><div class="im"><div>On 18 Jun, 2011, at 16:38, Jeffrey O'Neill wrote:</div><br><blockquote type="cite">I'm using the latest py2app. <br><br>Since my app uses __import__ to load some modules, I list those modules in the include option.<br>
<br>This works great when optimization is turned off, but when I turn optimization on (1 or 2), the modules listed in the includes option go missing.<br>
<br>Is there a fix for this?<br></blockquote><div><br></div></div>This should be fixed in the repository. That said, the repository is not in an optimal state right now: I've done some small changes to the C code of the executable stubs to fix another issue and because I'm currently running Xcode 4 on my machine I cannot rebuild the executable stubs for the normal 32-bit build of python (Xcode 4 doesn't support PPC code).</div>
<br></div></blockquote></div>
</blockquote></div><br></body></html>