BillyBlaze / OctoPrint-FullScreen

24 stars 9 forks source link

Python 3 support? #22

Closed bbrendon closed 4 years ago

bbrendon commented 4 years ago

I can't get this to install ...I think it's because it doesn't support python3. Feature request?

ChaosBlades commented 4 years ago

Yes it does need Python 3 support as Python 2 is EOL and won't get any more security updates but it works fine on the latest version of OctoPi and OctoPrint.

Will it get an update is another question as it seems like the last update was in 2017.

gvmturl commented 4 years ago

add on init.py __plugin_pythoncompat__ = ">=2.7,<4"

like

plugin_name = "Fullscreen Plugin" plugin_pythoncompat = ">=2.7,<4"

BillyBlaze commented 4 years ago

Thanks for reporting. I will fix this in the next release.