OctoPrint-DetailedProgress icon indicating copy to clipboard operation
OctoPrint-DetailedProgress copied to clipboard

adds python 3.7 compatibility

Open benjamin-salchow opened this issue 5 years ago • 1 comments

I upgraded to Python 3.7 and I could not run your plug-in.

I got the following error: "Plugin Detailed Progress Plugin (0.1.4) is not compatible to Python 3.7.3 (compatibility string: >=2.7,<3)."

So I just added the plugin_pythoncompat information and run this plugin. Now it works like a charm with Python 3.7.3 and I had no issue with my OctoPrint setup.

benjamin-salchow avatar Mar 15 '20 14:03 benjamin-salchow

I added this to my fork, and will test it for my next release: https://github.com/tpmullan/OctoPrint-DetailedProgress

tpmullan avatar May 01 '20 20:05 tpmullan