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

2006-01-23 Thread Charlie Moad
On 1/23/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: > > On Jan 23, 2006, at 6:50 PM, Charlie Moad wrote: > > >>> Yes, the egg itself gets hosted on Cheese Shop, as well as the > >>> source > >>> download (hence the "upload"). > >>> > >>> The packages you often use are not yet using setuptools, > >>

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

2006-01-23 Thread Bob Ippolito
On Jan 23, 2006, at 6:50 PM, Charlie Moad wrote: >>> Yes, the egg itself gets hosted on Cheese Shop, as well as the >>> source >>> download (hence the "upload"). >>> >>> The packages you often use are not yet using setuptools, >> >> Do you know of a package I can find on cheeseshop that is usin

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

2006-01-23 Thread Charlie Moad
> > Yes, the egg itself gets hosted on Cheese Shop, as well as the source > > download (hence the "upload"). > > > > The packages you often use are not yet using setuptools, > > Do you know of a package I can find on cheeseshop that is using > setuptools? I'd like to get a sense of what features th

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

2006-01-23 Thread Bob Ippolito
On Jan 23, 2006, at 5:55 PM, Robert Kern wrote: > Bob Ippolito wrote: > >> Well if they can build an egg, they can upload it to Cheese Shop with >> one command. They probably just haven't invested the five minutes to >> read over the setuptools documentation to see that it has an upload >> featu

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

2006-01-23 Thread Robert Kern
Bob Ippolito wrote: > Well if they can build an egg, they can upload it to Cheese Shop with > one command. They probably just haven't invested the five minutes to > read over the setuptools documentation to see that it has an upload > feature. *Believe me,* I've spent more than five minute

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

2006-01-23 Thread Bob Ippolito
On Jan 23, 2006, at 4:35 PM, Christopher Barker wrote: > Bob Ippolito wrote: >> Yes, the egg itself gets hosted on Cheese Shop, as well as the source >> download (hence the "upload"). >> >> The packages you often use are not yet using setuptools, > > Do you know of a package I can find on cheesesh

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

2006-01-23 Thread Christopher Barker
Bob Ippolito wrote: > Yes, the egg itself gets hosted on Cheese Shop, as well as the source > download (hence the "upload"). > > The packages you often use are not yet using setuptools, Do you know of a package I can find on cheeseshop that is using setuptools? I'd like to get a sense of what

Re: [Pythonmac-SIG] py2app help requested: data files (and where are the examples?)

2006-01-23 Thread Bob Ippolito
On Jan 23, 2006, at 3:24 PM, Russell E. Owen wrote: > I'm trying to convert from bundlebuilder to py2app to build my > application. > > I installed py2app 0.2 using the installer at > . I have both a working bundlebuilder > script and a working py2exe script to sta

[Pythonmac-SIG] py2app help requested: data files (and where are the examples?)

2006-01-23 Thread Russell E. Owen
I'm trying to convert from bundlebuilder to py2app to build my application. I installed py2app 0.2 using the installer at . I have both a working bundlebuilder script and a working py2exe script to start from. The main question: how do get my data files into the

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

2006-01-23 Thread Bob Ippolito
On Jan 23, 2006, at 2:21 PM, Christopher Barker wrote: > Bob Ippolito wrote: >> Eggs and Cheese Shop already have that problem way solved. >> >> python setup.py register sdist bdist_egg upload -s >> >> That will register your package on Cheese Shop, build the egg and >> source distro, and upload

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

2006-01-23 Thread Christopher Barker
Bob Ippolito wrote: > Eggs and Cheese Shop already have that problem way solved. > > python setup.py register sdist bdist_egg upload -s > > That will register your package on Cheese Shop, build the egg and > source distro, and upload it to Cheese Shop with GPG signatures. Does the egg itself g

[Pythonmac-SIG] Mac Intel Python status?

2006-01-23 Thread Kent Quirk
What’s the current status of any semi-official build of Python on Intel?   We actually need to build it without readline support, haven’t been able to figure out how (configure --without-readline doesn’t seem to do it). It builds if we download Gnu readline and install it, but without tha

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

2006-01-23 Thread Bob Ippolito
On Jan 23, 2006, at 9:23 AM, Christopher Barker wrote: > Ronald Oussoren wrote: >> BTW2. This reminds me of the old PackageManager, Jack's plan about it >> was to provide a list of easy-to-install packages that are known >> to work on >> OSX. Much can, and has, been said about the actual imple

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

2006-01-23 Thread Christopher Barker
Ronald Oussoren wrote: > BTW2. This reminds me of the old PackageManager, Jack's plan about it > was to provide a list of easy-to-install packages that are known to work on > OSX. Much can, and has, been said about the actual implementation, but the > idea > is a good one. Exactly. The pro