On 07/10/2010 09:55 AM, James Thiele wrote:
I'm considering doing a project with py2app. OS X only is OK. Anybody
out there got some experience with py2app?

Like py2exe, py2app often has trouble auto-detecting all the necessary Python modules to include in your bundle (which is admittedly a difficult problem), the error messages can be unclear, and the documentation is poor. But hey, if you get everything working, it means you can distribute your Python apps to Mac users without requiring them to install any dependencies.

Dan

Reply via email to