On Sat, 2010-11-13 at 12:04 -0800, Mike Orr wrote: > Trying to install Pyramid from the repository. I ran "git clone" and > now "git fetch", and installed with "pip install > --download-cache=~/exp/dc .", but when I create an application > "paster create -t pyramid_routesalchemy tutorial" > it says > "OSError: [Errno 2] No such file or directory: > '/home/sluggo/.virtualenvs/pyramid/lib/python2.6/site-packages/pyramid/paster_templates/routesalchemy' > > Sure enough, there is no 'paster_templates' directory installed. > > I tried installing Pyramid-1.0a2 and it works with that. So there's > something about installing from the repository that isn't installing > it completely.
See https://github.com/Pylons/pyramid/blob/master/HACKING.txt (setup.py develop vs. setup.py install) - C > > -- > Mike Orr <sluggos...@gmail.com> > -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-de...@googlegroups.com. To unsubscribe from this group, send email to pylons-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.