Re: [Pythonmac-SIG] py2app improperly using system framework

2011-04-07 Thread Ronald Oussoren
On 6 Apr, 2011, at 23:18, Nat Echols wrote: > On Wed, Apr 6, 2011 at 1:26 PM, Ronald Oussoren > wrote: > Could you try the latest release on PyPI? This is just to check if that > version also has the problem you describe, which I haven't seen before even > though I have a number of versions

Re: [Pythonmac-SIG] py2app improperly using system framework

2011-04-06 Thread Ronald Oussoren
On 6 Apr, 2011, at 1:48, Nat Echols wrote: > I'm using py2app from the latest SVN, along with an installation of Python > 2.7 in a non-standard location. I don't get any error messages during > running either py2applet or 'setup.py py2app', but at some point during app > building, it starts c

Re: [Pythonmac-SIG] py2app improperly using system framework

2011-04-06 Thread Nat Echols
On Wed, Apr 6, 2011 at 1:26 PM, Ronald Oussoren wrote: > Could you try the latest release on PyPI? This is just to check if that > version also has the problem you describe, which I haven't seen before even > though I have a number of versions installed on my machine. > Actually, I finally fixed