On Nov 30, 2007, at 12:42 AM, Thomas Lotze wrote: > Christian Zagrodnick wrote: > >> On 2007-11-28 21:48:13 +0100, Jim Fulton <[EMAIL PROTECTED]> said: >>> I suspect that a better solution would be to find a way to >>> bootstrap the >>> buildout in a way that included building Python as part of the >>> bootstrapping process. >> >> That would certainly the best approach. Only that I have no idea >> how to do >> that. :( > > I'm not so sure. I'd prefer bootstrapping not to look too deeply > into the > buildout configuration, just to keep it simple. > > Couldn't buildout be taught to restart itself using a custom Python > if it > finds that one is used, possibly after it has been rebuilt?
Possibly. So if a buildout python option points to a part (a section with a recipe), then it might re-write its script and restart itself if it isn't already running the Python defined by that part. Jim -- Jim Fulton Zope Corporation _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
