On Friday, October 20, 2017 11:43 CEST, Stuart Henderson <s...@spacehopper.org> wrote:
> On 2017/10/19 10:43, Sebastian Reitenbach wrote: > > Hi, > > > > My bad, bcallah@ pointed out that it's not building with python 2.7, seems > > I only tested with python3 flavor. > > > > The post-install running sphinx fails, the get_distribution('Flask-WTF') > > for setuptools works well > > with the python3 flavor, but fails with a DistributionNotFound error with > > python 2.7. > > The current version doesn't use get_distribution there, but just had the > > version and release > > hardcoded, so I took the same approach. > > > > If someone has a cluebat why the get_distribution() call fails with > > python2.7, I'd be all ears, > > otherwise, this seems to do the trick. > > Have you asked upstream? If people are having problems using it on py2.7 > they'd probably like to know.. > good point, I opened this here: https://github.com/lepture/flask-wtf/issues/310 for the time being, would my way around the issue OK? I'd add the link to the issue to the patch file. Sebastian