On Tue, Jan 10, 2012 at 4:59 AM, jiakai <[email protected]> wrote: > on http://docs.pylonsproject.org/en/latest/docs/pyramid.html, there is > a link to the wiki tutorial. When I execute d the command "bin/paster > create -t pyramid_routesalchemy tutorial", bash says that there is no > paster in bin/ . Then I installed pastescript using easy_install, but > paster complains that no template named pyramid_routesalchemy found. I > googled and found no answer. > Finally, I found that this tutorial is for pyramid 1.2, which seems > not to be totally compatible with pyramid 1.3 . I then changed 1.2- > branch in the URL to 1.3-branch, and now the tutorial works for me. > So, maybe you forgot to update the link to the wiki tutorial on the > documentation page?
The tutorial in "1.3-branch" is correct. (At least,. I verified the pcreate command; I didn't look through the whole tutorial.) The "latest" branch is correct now too; maybe it was fixed in the past few minutes. In Pyramid 1.3, paster is replaced by "pcreate", "pserve", and other "p" commands. The "routesalchemy" scaffold is renamed to "alchemy", and some other scaffolds are also renamed. -- Mike Orr <[email protected]> -- 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.
