Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3 support? #22

Closed
bbrendon opened this issue Mar 31, 2020 · 3 comments
Closed

Python 3 support? #22

bbrendon opened this issue Mar 31, 2020 · 3 comments
Labels

Comments

@bbrendon
Copy link

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

@ChaosBlades
Copy link

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
Copy link

gvmturl commented Apr 11, 2020

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

like

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

@BillyBlaze
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants