[Pythonmac-SIG] py2app on Snow Leopard?

2009-09-01 Thread Russell E. Owen
Has anyone tried py2app on Snow Leopard, and if so, how well does it work? I'm trying to release programs that are compatible at with 10.4, 10.5 and 10.6, and don't want to upgrade my own OS from 10.5 prematurely. I'm willing to do some experiments and report back, but I'd rather learn what I

Re: [Pythonmac-SIG] Can I set an environment variable with py2app?

2009-09-01 Thread Ronald Oussoren
On 29 Aug, 2009, at 0:16, Christopher Barker wrote: Hi folks, I was using the Peppy editor, and it's spell checker relies on PyEnchant, which uses ctypes to use the enchant lib. I am using a macports enchant, so I had an environment variable set so that PyEnchant could find it: export

[Pythonmac-SIG] [PATCH] macholib better exclude

2009-09-01 Thread Cezary Krzyżanowski
Hello! I've been fighting my way through py2app and trying to exclude QtSomething_debug libraries and been unable to do it via py2app -E QtCore_debug. I'm sending a patch to macholib, which makes excludes work in a sane way: 1. There was a exclude finding loop but it returned the filename