Hi guys, I'm making a new project with pyramid_appengine (I have a few other and these are working fine) and when i try to "buildout" a skeleton empty project i have this error:
..... > rod.recipe.appengine: Google App Engine distribution already downloaded. > While: > Installing mascotanube. > An internal error occurred due to a bug in either zc.buildout or in a > recipe being used: > Traceback (most recent call last): > File > "/Users/alejandro/Development/Python/enviroments/mascotanube/mascotanube/eggs/zc.buildout-1.6.3-py2.7.egg/zc/buildout/buildout.py", > > line 1852, in main > getattr(buildout, command)(args) > File > "/Users/alejandro/Development/Python/enviroments/mascotanube/mascotanube/eggs/zc.buildout-1.6.3-py2.7.egg/zc/buildout/buildout.py", > > line 618, in install > installed_files = self[part]._call(recipe.install) > File > "/Users/alejandro/Development/Python/enviroments/mascotanube/mascotanube/eggs/zc.buildout-1.6.3-py2.7.egg/zc/buildout/buildout.py", > > line 1327, in _call > return f() > File > "/Users/alejandro/Development/Python/enviroments/mascotanube/mascotanube/eggs/rod.recipe.appengine-2.0.0-py2.7.egg/rod/recipe/appengine/__init__.py", > > line 327, in install > self.copy_packages(ws, temp_dir) > File > "/Users/alejandro/Development/Python/enviroments/mascotanube/mascotanube/eggs/rod.recipe.appengine-2.0.0-py2.7.egg/rod/recipe/appengine/__init__.py", > > line 234, in copy_packages > self.write_pkg_resources(ws, lib) > File > "/Users/alejandro/Development/Python/enviroments/mascotanube/mascotanube/eggs/rod.recipe.appengine-2.0.0-py2.7.egg/rod/recipe/appengine/__init__.py", > > line 217, in write_pkg_resources > assert len(setuptools_eggs) == 1, "setuptools not found" > AssertionError: setuptools not found Any suggestion? I use virtualenv and I have setuptools installed in the same virtualenv. Thanks! -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/IwVS5R5YRj0J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
