In article <[email protected]>, Barry Scott <[email protected]> wrote: > What is the replacement for bundlebuilder for 3.0? Lack of > bundlebuilder becomes a serious porting problem for me. > I deliver pysvn WOrkbench as a bundle to simplify installation > by my users.
Most people are using py2app these days to produce OSX application bundles for 2.x and the hope is for 3.0, as well. The pythonmac-sig forum is probably the best place to ask about experiences so far. Be aware that py2app hasn't been re-packaged recently so it's better to get it directly from its svn repository: <http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html> <http://dir.gmane.org/gmane.comp.python.apple> or <http://mail.python.org/mailman/listinfo/pythonmac-sig> -- Ned Deily, [email protected] _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
