-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
-
Windows 8.1 x64
New plugin albumartist_website(which uses xml.etree.cElementTree or xml.etree.ElementTree) works fine on source code, but fails to load on Picard Windows executable.
I assume that this is because the ElementTree module is available as standard in a full Python install, but not included in the packaged executable.
What is the best way to resolve this?