Re: [Distutils] [buildout] where does the demo egg come from in tests?

2008-08-12 Thread Chris Withers
Maurits van Rees wrote: If I have followed the code trail correctly: - zc/recipe/egg/tests.py has a setUp(test) function. - This calls 'zc.buildout.tests.easy_install_SetUp(test)'. - That function calls create_sample_eggs from that same tests.py file in zc.buildout. - And that method

Re: [Distutils] [buildout] where does the demo egg come from in tests?

2008-08-12 Thread Chris Withers
Jim Fulton wrote: See: http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation Thanks, but that demo egg is referred to from a lot of places. The way it's created means there's zero chance for someone trying to see how the structure of the egg relates to the docs in

Re: [Distutils] [buildout] where does the demo egg come from in tests?

2008-08-11 Thread Jim Fulton
On Aug 6, 2008, at 1:14 PM, Chris Withers wrote: Hi All, I'm reading http://pypi.python.org/pypi/zc.recipe.egg#script-generation with a hope to finding out how to write an egg such that I can have mroe own scripts generated and called. See:

[Distutils] [buildout] where does the demo egg come from in tests?

2008-08-06 Thread Chris Withers
Hi All, I'm reading http://pypi.python.org/pypi/zc.recipe.egg#script-generation with a hope to finding out how to write an egg such that I can have mroe own scripts generated and called. I think having a read of the demo egg used in these tests would solve my problems, but where does it