On 8 Jun, 2011, at 8:29, Christopher Barker wrote:

> Chris,
> 
> I think your note didn't get posted to the list (you have to "reply all"), so 
> here it is:
> 
> Chris Weisiger wrote:
>> On Tue, Jun 7, 2011 at 10:12 PM, Chris Barker <chris.bar...@noaa.gov     
>> which python are you using? Py2app is really expected to work right
>>    with Apple's built-in python (it can't include python itself)
> 
>> That should be "is really *NOT* expected to work right...". :)
> 
> oops, yes, that is what I meant!

And that's wrong. Py2app should work just fine with Apple's python, and then 
creates a semi-standalone app bundle that doesn't include Python itself. The 
advantage is a smaller application bundle, the disadvantage is that you must 
run it on the same OSX release as you built it on (or a newer one, AFAIK the 
result of building on 10.5 can run on 10.6)

Ronald

> 
> -Chris
> 
> 
> 
> -- 
> Christopher Barker, Ph.D.
> Oceanographer
> 
> Emergency Response Division
> NOAA/NOS/OR&R            (206) 526-6959   voice
> 7600 Sand Point Way NE   (206) 526-6329   fax
> Seattle, WA  98115       (206) 526-6317   main reception
> 
> chris.bar...@noaa.gov
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
> unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to