Tutorials

2011-03-03 Thread drebbin
Hi all, I am new to Pyramid and in the last days I was studying the handbook. When I tried out the tutorials, an issue came up. Tutorial "wiki1" tells after installing Pyramid itself to install more components [1]<http://docs.pylonsproject.org/projects/pyramid/1.0/t

Re: Tutorials

2011-03-03 Thread Mike Orr
On Thu, Mar 3, 2011 at 12:43 AM, drebbin wrote: > Side note: as somebody in some mailing list mentioned, distribute and pip is > the new hotness. I used them successfully in the tutorials, maybe you can > update the narrative. That's still evolving. Distutils2 is the new future ho

Re: Tutorials

2011-03-03 Thread Chris McDonough
On Thu, 2011-03-03 at 14:36 -0800, Mike Orr wrote: > On Thu, Mar 3, 2011 at 12:43 AM, drebbin wrote: > > Side note: as somebody in some mailing list mentioned, distribute and pip is > > the new hotness. I used them successfully in the tutorials, maybe you can > > update the n

Re: Tutorials

2011-03-03 Thread Mark Ramm
> A countervailing opinion: pip has problems with namespace packages.  For > an example, trying to use tox (a testing package which uses pip > internally) to run tests against a namespace package (like > repoze.anything) consistently fails.  I haven't had time (or > inclination) to dig into this pu

Re: Tutorials

2011-03-03 Thread Chris McDonough
On Thu, 2011-03-03 at 17:45 -0500, Mark Ramm wrote: > > A countervailing opinion: pip has problems with namespace packages. For > > an example, trying to use tox (a testing package which uses pip > > internally) to run tests against a namespace package (like > > repoze.anything) consistently fails

pyramid tutorials and source code

2011-11-01 Thread Adrien
Hi, Maybe it's me but the pyramid 1.2 tutorial documentation found here: http://docs.pylonsproject.org/projects/pyramid/1.2/tutorials/wiki2/index.html refers to the *master* branch on github: http://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki2/src/ So isn't there a

Re: pyramid tutorials and source code

2011-11-01 Thread Chris McDonough
.org/projects/pyramid/1.2/tutorials/wiki2/index.html > > refers to the *master* branch on github: > > http://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki2/src/ > > So isn't there a risk that things get a little bit weird for newcomers > if master tutorial is updat