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. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-devel" 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-devel?hl=en.
