xaralis / django-static-sitemaps

Tool for generating sitemaps as static files to serve them from webserver instead of your Django application.
154 stars 73 forks source link

str() takes at most 1 argument (2 given) #59

Closed oppianmatt closed 6 years ago

oppianmatt commented 6 years ago

image

looks like it's using python 3 syntax and the error is because we are using python 2

oppianmatt commented 6 years ago

this recent fix breaks py2.7 support https://github.com/xaralis/django-static-sitemaps/commit/4ff056df6361242c7e009658b376460e0b7daccc

at the moment pinning to version 4.4.0

xaralis commented 6 years ago

I decided not to prolong Python 2 support anymore. If you need it, you will have to stick with 4.4.0. Sorry about that but it's just too big effort.