Pylons / pyramid_blogr

Pyramid_blogr is an example implementation of Flaskr app with Pyramid Web Framework
72 stars 39 forks source link

Does not work with Python 3 #3

Closed Cito closed 9 years ago

Cito commented 11 years ago

At the start fo the tutorial it should be mentioned that it works only with Python 2, because webhelpers is not available for Python 3. That's also a bit sad, since it is a good tutorial for newbies, but newbies should better start with Python 3.

ergo commented 11 years ago

Yeah I agree, that it's a shame that webhelpers is not available for py 3.x as it is a very handy package :(

I've updated the index page to clearly state that python 2.x is expected.

Is there any package that would provide similar functionality for python 3, i don't really have time to port whole webhelpers at this moment.

tshepang commented 11 years ago

A Python 3 port is now on the TODO list.

ergo commented 11 years ago

Yeah, saw that also paginate is now a separate package.

I'll try to make this tutorial python 3 compatible soon.