Hi all, I've been working on a few improvements for py2app. Since Ronald said he'd bring the repository to mercurial soon, I was waiting, but managing those patches became too much work so I converted py2app's SVN repo into a mercurial one and committed my improvements. These improvements are:
Better py3k support: The "plugin" feature of py2app didn't work at all under py3k, so I went ahead and did it (thanks to a couple of helpful tips from Ronald). I also removed dependency on the Carbon module for the "--alias" option (the Carbon module is not available in py3k). Sphinx documentation: I converted the old docs to Sphinx. Option to use the built-in modulefinder instead of modulegraph: I was getting tired of having to write workaround imports to modulegraph (which doesn't like relative imports very well, even the latest version) and I didn't want to dig in modulegraph itself, so as an experiment, I added a "--use-modulefinder" option to py2app. I haven't tested it much, but so far, I'm able to build one of my apps *without* the workarounds I had for modulegraph, so it my case, it works better. So if you're interested in any of these improvements, the repo is at http://bitbucket.org/hsoft/py2app . All of these improvements are applied to the default branch, but still, each of them as its own branch, so you can pick which you want and apply them to py2app's trunk. -- Virgil Dupras _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG