Quote:
Originally Posted by dearleuk
Will plugins such as epubtidytool work with AppImage?
|
The AppImage comes with all the recommended Python modules installed in its bundled Python, so yes, it should work. Just remember to check the "Use bundled Python Interpreter" box in Sigil's preferences. If you were using a different version of Sigil already, it won't be checked by default.
I would also stick to one or the other (AppImage vs regular). The regular version of Sigil will always uncheck the "Use Bundled Interpreter" preference.
The AppImage will happily use an external Python for plugins, but then the user would have to jump through hoops to get all the necessary modules installed from 1) a repo package, 2) pip if your distro still allows it, or 3) a customized virtual Python environment.
Much easier to use the Python bundled in the AppImage.