<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
I use Andrea Gavana's GUI2Exe to create my binaries. He recently added<br>
a py2app wrapper to it. I don't have a Mac, so I haven't tested that<br>
part of his app. However, the py2exe portion rocks! I put in the path<br>
to my main Python executable, add any special 3rd party modules and it<br>
just works! I've written a tutorial for the py2exe part of it if<br>
you're interested...<br></blockquote><br>Can you post the link to this tutorial?<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
If you want to save me the trouble, then I'd like to see those notes.<br>
If you want, I can host the notes at <a href="http://dotancohen.com/" target="_blank">dotancohen.com</a> to that they will<br>
be publicaly accessible.<br></blockquote>Any more news on this research?<br><br clear="all">-Alex Goretoy<br><a href="http://www.alexgoretoy.com">http://www.alexgoretoy.com</a><br><a href="mailto:somebodywhocarez@gmail.com">somebodywhocarez@gmail.com</a><br>

<br><br><div class="gmail_quote">On Tue, Jan 6, 2009 at 9:24 PM, Mike Driscoll <span dir="ltr"><<a href="mailto:kyosohma@gmail.com">kyosohma@gmail.com</a>></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 class="Ih2E3d">On Jan 6, 2:24 pm, Joe Strout <<a href="mailto:j...@strout.net">j...@strout.net</a>> wrote:<br>
> M.-A. Lemburg wrote:<br>
</div><div class="Ih2E3d">> >> On the Mac in particular, if you want<br>
> >> your app to run on any PowerPC or Intel machine runing 10.4 or later,<br>
> >> and you're using anything not in the standard framework (such as<br>
> >> MySQLdb), it's a bit of a nightmare.<br>
><br>
</div><div class="Ih2E3d">> > You're looking for py2app:<br>
><br>
> ><a href="http://undefined.org/python/py2app.html" target="_blank">http://undefined.org/python/py2app.html</a><br>
><br>
</div><div class="Ih2E3d">> No, I'm *using* py2app.  I've been trying to use it for a couple of<br>
> weeks now, with the generous help of such people as Robin Dunn, and I<br>
> still don't have it quite working properly.  (I'd be happy to send you<br>
> my notes on what was required to get as far as I've gotten, but it's<br>
> several pages, a bit long to post here.)<br>
><br>
</div><div class="Ih2E3d">> (py2exe works a little more easily, thank goodness.)<br>
><br>
</div><div class="Ih2E3d">> >> So I would say that Python as a language is great, and its standard<br>
> >> framework is great.  But its (many) IDEs are pretty poor, and the<br>
> >> process of building a polished, packaged app is abysmal.<br>
><br>
> > It's certainly work, but that's always the case for nicely polished<br>
> > apps :-)<br>
><br>
</div><div class="Ih2E3d">> In Python, yes.  :)  Not in all environments.<br>
><br>
</div><div class="Ih2E3d">> > For packaging, you can choose from a multitude of installer builders -<br>
> > none of which are really Python specific.<br>
><br>
</div><div class="Ih2E3d">> I'm not even talking about that level of packaging -- I'm just talking<br>
> about making something that appears to the user like a normal<br>
> executable, which they can double-click on their system and have it<br>
> actually run, rather than aborting with something unhelpful like "No<br>
> module named MySQLdb".<br>
><br>
</div><div class="Ih2E3d">> >> And there are<br>
> >> some things (such as Flash-style web applets) that you still can't do at<br>
> >> all in Python, even after all these years.<br>
><br>
> > You're looking for Silverlight:<br>
> ><a href="http://www.voidspace.org.uk/ironpython/silverlight/index.shtml" target="_blank">http://www.voidspace.org.uk/ironpython/silverlight/index.shtml</a><br>
><br>
</div><div class="Ih2E3d">> Maybe.  I'm not a big fan of anything so Microsoftian, but I'll admit<br>
> that this does mostly fit the bill I described above (or has the<br>
> potential to, anyway).<br>
><br>
</div>> Thanks,<br>
> - Joe<br>
<br>
I use Andrea Gavana's GUI2Exe to create my binaries. He recently added<br>
a py2app wrapper to it. I don't have a Mac, so I haven't tested that<br>
part of his app. However, the py2exe portion rocks! I put in the path<br>
to my main Python executable, add any special 3rd party modules and it<br>
just works! I've written a tutorial for the py2exe part of it if<br>
you're interested...<br>
<font color="#888888"><br>
Mike<br>
</font><div><div></div><div class="Wj3C7c">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</div></div></blockquote></div><br>