Chris Withers, on 2008-08-06: > 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 live?
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 creates some eggs on the fly. -- Maurits van Rees | http://maurits.vanrees.org/ Work | http://zestsoftware.nl/ "This is your day, don't let them take it away." [Barlow Girl] _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
