I ran into this bug too. Buildout's bootstrap.py can't handle the distribute/setuptools saga. You need to tell bootstrap.py to use buildout 2.1.0.
@:~$ python bootstrap.py -v 2.1.0 --distribute Then it all works. Or or did for me, anyway. -- Raoul Snyman e: [email protected] / [email protected] m: 082 550 3754 Sent from my mobile phone, please excuse the brevity -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/groups/opt_out.
