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-
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 '
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
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