View Single Post
Old 01-17-2026, 03:17 PM   #560
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,804
Karma: 24088595
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by phillipgessert View Post
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.
Doitsu is offline   Reply With Quote