> > 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. :(
Examples: http://source.schooltool.org/viewcvs/trunk/st-buildout/?rev=7260#dirlist - uses a shell script that builds python using buildout, and then builds the product using the new python http://source.schooltool.org/viewcvs/trunk/st-buildout/ - uses a patched bootstrap.py that builds virtual python and uses the virtual python to bootstrap buildout hope that helps Ignas _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
