getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
59 stars 95 forks source link

Planetoid Plugin and Python 3 #343

Closed tzulberti closed 4 years ago

tzulberti commented 4 years ago

When using Planetoid plugin with python3 you get the following message:

.  render_taxonomies:output/blog/index.html
.  render_taxonomies:output/categories/index.html
.  planetoid:
Peewee, a requirement of the planetoid command, is currently incompatible with Python 3.
.  render_taxonomies:output/rss.xml
.  sitemap:output/sitemap.xml

After checking the pluing code I found the following line: https://github.com/getnikola/plugins/blob/master/v7/planetoid/planetoid.py#L79

Is there a particular reason for that? I checked PeeWee package and the lastest version works with 3.6.9