On Mar 21, 9:08 pm, Dwayne Blind <[email protected]> wrote: > I have downloaded Python 2.7.1 because I only had Python 3.1.3.
That's correct. Most (all?) Python web frameworks are still for Python 2.x. (See http://stackoverflow.com/questions/2080363/web-framework-for-python-3.) > May I point out that the installation procedures in the book and on > the homepage are not the same ! > In the book procedure, I have to download virtualenv.py. On the > homepage, I have to download go-pylons.py. > No wonder I am lost. The book and web site give different ways to accomplish the same thing. The goal of the web site is to give an as-simple-as-possible quickstart, while the goal of the book is to give a more systematic introduction, explaining concepts as it goes. -- Josh Kelley -- 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.
