On Tue, Feb 3, 2009 at 3:28 PM, kiorky <[email protected]> wrote:
> Hi, > I am the maintener of minitage and you re using a quite old, and not > maintened recipe of this egg. > You may better to use minitage.recipe:eggs and minitage.recipe:scripts. > > > An example could be: > [buildout] > parts = > twisted > twisteds > [versions] > # The version which is put in the eggs cache. > Twisted = 8.2.0 > [twisted] > recipe = minitage.recipe:egg > url = http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/Twisted-8.2.0.tar.bz2 > [twisteds] > recipe = minitage.recipe:scripts > interpreter=myinterpreter > eggs= > Twisted > ${buildout:eggs} > > Then, you ll have a nicely wrapped python interpreter in > bin/myinterpreter.- > > More over, you can have a better look to minitage if you are not using > it in the whole already. > Hi, Thanks for the tip and for the great recipe. :) I'm liking the patching capabilities of it also. Now my buildout is working. - Teemu -- Teemu Harju email/jabber: [email protected] blog: http://blog.teemu.im
_______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
