Quote:
Originally Posted by phillipgessert
Probably unrelated, but I started getting an error re: missing distutils when using this plugin on MacOS. I thought it was an issue with the Mac’s python version, so was surprised to see I already had the Sigil python bundle checked. When I unchecked it, the plugin worked again.
|
An older plugin version used pkg_resources for parsing version numbers.
Please check pugin.py for the following import:
Code:
from pkg_resources import parse_version
If it's not commented out you're using an older plugin version.