Thanks for the quick resolution of this, I just wanted to mention a problem I ran into with these that I don't think I saw reported in the archives.
After working around the 'cannot import warnings' problem, I was getting errors where buildout complained about a missing find-links parameter. I set that to the empty value: [buildout] find-links = And then got the same thing with another one, can't remember which. I set that to the empty value, and then ran into a traceback about a parameter, I think it was 'include_site_packages' being passed to the working_set function that it didn't support. Sorry I can't be more specific about that, I was rebuilding my virtualenv several times, when it started working again thanks to the b2 releases. Since this was around the time the b2 versions were released, maybe it was a version mismatch between a b1 and b2 version? thanks, dave _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
