Re: [Pythonmac-SIG] py2app failure with framework build of 2.7

2013-04-05 Thread Nat Echols
On Thu, Apr 4, 2013 at 11:28 PM, Ronald Oussoren wrote: > Packagemaker should't be problem here, although the build procedure might > be problematic: IIRC the app bundle contains symlinks where the target > is an absolute path, and therefore you need to create the app from > sources that are alrea

Re: [Pythonmac-SIG] py2app failure with framework build of 2.7

2013-04-04 Thread Ronald Oussoren
On 4 Apr, 2013, at 17:01, Nat Echols wrote: > On Thu, Apr 4, 2013 at 5:46 AM, Ronald Oussoren > wrote: >>> Replying to my own post: after sending this, I read the section in the >>> documentation about "alias mode". This seems to work fine, and >>> produces an app that is 50KB instead of near

Re: [Pythonmac-SIG] py2app failure with framework build of 2.7

2013-04-04 Thread Chris Barker - NOAA Federal
On Thu, Apr 4, 2013 at 8:01 AM, Nat Echols wrote: > On Thu, Apr 4, 2013 at 5:46 AM, Ronald Oussoren > wrote: >> An alias mode build contains symlinks to the python files in your >> application, and is therefore not a useful way to deploy. > > It's still not totally clear to me if this is reall

Re: [Pythonmac-SIG] py2app failure with framework build of 2.7

2013-04-04 Thread Nat Echols
On Thu, Apr 4, 2013 at 5:46 AM, Ronald Oussoren wrote: >> Replying to my own post: after sending this, I read the section in the >> documentation about "alias mode". This seems to work fine, and >> produces an app that is 50KB instead of nearly 9MB. Since I'm running >> this script as part of a

Re: [Pythonmac-SIG] py2app failure with framework build of 2.7

2013-04-04 Thread Ronald Oussoren
On 4 Apr, 2013, at 1:12, Nat Echols wrote: > Replying to my own post: after sending this, I read the section in the > documentation about "alias mode". This seems to work fine, and > produces an app that is 50KB instead of nearly 9MB. Since I'm running > this script as part of a complicated bu

Re: [Pythonmac-SIG] py2app failure with framework build of 2.7

2013-04-03 Thread Nat Echols
Replying to my own post: after sending this, I read the section in the documentation about "alias mode". This seems to work fine, and produces an app that is 50KB instead of nearly 9MB. Since I'm running this script as part of a complicated build and installation process, and the path to the inte