I've encountered the same problem. The pyramid docs here specifically document using virtualenv and buildout together. Docs should probably be fixed...
http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/deployment/gae_buildout.html On Sun, Sep 16, 2012 at 10:05 PM, Thomas G. Willis <[email protected]> wrote: > As far as I know, buildout and virtualenv dont play well together. buildout > and virtualenv do share some of the same goals such as isolating your > development environment libraries from your system. there's no reason I can > think of to use both. > > I would suggest trying to bootstrap the buildout with the system python2.7. > like so > > > $ /usr/bin/python2.7 bootstrap.py --distribute && ./bin/buildout > > If that doesn't work, file an issue @ > https://github.com/Batterii/pyramid_appengine/issues and I'll see if I can > help you out. > > > > On Saturday, September 15, 2012 11:43:41 PM UTC-4, Alejandro Jatib wrote: >> >> 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/-/vpBUKgzFSLkJ. > > 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. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. 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.
