[Pythonmac-SIG] AutoUpdate application?

2006-01-19 Thread whamoo
Hi all,I've written some pyobjc application bundled with py2app, and i'm wondering what is the best way for doing the self update of the application I will explain, after the application check that a new version is available and have downloaded it, how to delete the older one that is running an

[Pythonmac-SIG] Mac Python and eggs...

2006-01-19 Thread Christopher Barker
Bob Ippolito wrote: There are eggs up on Cheese Shop for use with easy_install. This brings up a question. I think it's a really good idea if we can decide, as a community, what the canonical way is to distribute packages to the MacPython world. Currently, I think putting a *.mpkg on pythonmac.

Re: [Pythonmac-SIG] Mac Python and eggs...

2006-01-19 Thread Ronald Oussoren
On 19-jan-2006, at 19:44, Christopher Barker wrote: > Bob Ippolito wrote: > There are eggs up on Cheese Shop for use with easy_install. > > This brings up a question. I think it's a really good idea if we can > decide, as a community, what the canonical way is to distribute > packages > to the

Re: [Pythonmac-SIG] Mac Python and eggs...

2006-01-19 Thread Bob Ippolito
On Jan 19, 2006, at 11:28 AM, Ronald Oussoren wrote: > > On 19-jan-2006, at 19:44, Christopher Barker wrote: > >> Bob Ippolito wrote: >> There are eggs up on Cheese Shop for use with easy_install. >> >> This brings up a question. I think it's a really good idea if we can >> decide, as a community

Re: [Pythonmac-SIG] Mac Python and eggs...

2006-01-19 Thread Christopher Barker
Bob Ippolito wrote: > I'd like to see eggs used for everything that can be distributed as an > egg... but as Ronald says, mpkgs still have their place for packages > that need to install Other Stuff, and as a transitional means. Can you put an egg in a mpkg? > There's no good reason to pre

Re: [Pythonmac-SIG] Mac Python and eggs...

2006-01-19 Thread Bob Ippolito
On Jan 19, 2006, at 5:02 PM, Christopher Barker wrote: > Bob Ippolito wrote: > >> I'd like to see eggs used for everything that can be distributed >> as an >> egg... but as Ronald says, mpkgs still have their place for packages >> that need to install Other Stuff, and as a transitional means