Re: [Pythonmac-SIG] Fwd: MacPython icon mockup

2006-04-22 Thread Jordan Krushen
On 4/22/06, Bill Janssen <[EMAIL PROTECTED]> wrote: > > Alright, one more go with the egg icon. I agree, it did look a bit off: > > > > http://hcs.harvard.edu/~jrus/python/prettified-py-icons.png > > That's a great-looking egg! +1 :) J. ___ Pythonmac-

Re: [Pythonmac-SIG] objc methods to pythonese

2006-03-23 Thread Jordan Krushen
On 3/23/06, Scott Frankel <[EMAIL PROTECTED]> wrote: > If I understand correctly, this would translate in Python to: > > rectangle = setWidthheight_(width, height) obj-c: [rectangle setWidth:width height:height] python: rectangle.setWidth_height_(width, height) > Correct that the '

Re: [Pythonmac-SIG] [OT] To upgrade Mac OSX or not?

2005-01-26 Thread Jordan Krushen
On Wed, 26 Jan 2005 22:16:05 -0500, Bob Ippolito <[EMAIL PROTECTED]> wrote: > Obviously they're not going to repackage boxes when they're about to > clear them off the shelves. I think Apple *did* have a contingency for > users that had very recently purchased the prior release. Did you ask > th

Re: [Pythonmac-SIG] py2app standalone options

2004-12-21 Thread Jordan Krushen
On Fri, 17 Dec 2004 17:20:01 -0500, Bob Ippolito <[EMAIL PROTECTED]> wrote: > py2app tries very hard, by default, to make the Python environment > consistent regardless of what the end user has done to their system. > This includes stomping on any PYTHONPATH and ignoring any site-packages > that t