Quote:
Originally Posted by DiapDealer
Keep in mind that the Linux version of Sigil does not have a bundled Python interpreter. Check out the BuildingOnLinux docs at github to see what additional Python modules you'll need to install to meet the minimum requirements for a basic Sigil plugin environment.
|
This leads me to the question about sigil_bs4. If the linux version does not come with the internal python interpreter, what happens with this library? As far as i understood sigil_bs4 is a derivative of beautifulsoup with some enhancements/modifications.Are plugins using sigil_bs4 limited to win and osx? If yes, should this be marked in the plugin.xml?