[Pythonmac-SIG] debugging bus error on launch [py2app]

2011-06-05 Thread Jeffrey O'Neill
I've used py2app for many years and have really appreciated how it makes it so easy to distribute my app. I'm now running into problems and would appreciate suggestions for how to debug. My setup: -- Snow Leopard -- 32-bit Python 2.7 from python.org -- py2app 6.3 -- only external package is wxPyt

Re: [Pythonmac-SIG] py2app issue #19: py2app 0.6 series does not copy 'data' resources into the app bundle

2011-06-05 Thread Jeffrey O'Neill
I assume you mean 0.6.3 (the latest one) should no longer have this issue. 0.6.3 isn't working for me but it could be other issues (e.g., something that is my fault). I will dig deeper and report back if I find anything interesting. On Sun, Jun 5, 2011 at 9:18 AM, Ronald Oussoren wrote: > > On

[Pythonmac-SIG] Porting xattr to Python3; question linking to dynamic library

2011-06-05 Thread Adam Morris
Not sure if this is the best place to ask, but you guys have been helpful in the past: Apple's python has the xattr module built-in, but I'm writing an app that needs ("wants") Python 3. I wrote to the author asking if there was any plans to port xattr to Python 3, and he suggested that it would b

Re: [Pythonmac-SIG] py2app issue #19: py2app 0.6 series does not copy 'data' resources into the app bundle

2011-06-05 Thread Ronald Oussoren
On 3 Jun, 2011, at 20:04, Jeffrey O'Neill wrote: > I've used py2app for many years with great success. I'm now running into a > problem and I suspect it is issue 19 that is causing the problem. > > My setup.py file includes data resources. From issue 19, it looks like this > is broken with t