View Single Post
Old 10-06-2021, 06:42 AM   #4
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,669
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
If you updated from Sigil 0.9.x to Sigil 1.2.1, there's a few new python modules that are mandatory for Sigil to function properly. One of those modules is the css-parser module. Unfortunately, not all Linux distros are great at picking up on these python requirement changes. It's been a while since I've used SuSe, so I don't know the particulars of installing python modules from Suse repos, but the package should be called something like python-css-parser

The dulwich module also became mandatory (for Sigil's checkpointing feature), so you may want to make sire that's installed as well. Unfortunately, it looks like the version in the SuSe 15.3 repos is quite old (0.18.x). You'll probably want to use pip install to get a version 0.19 or newer.

If that's not the issue, then we'll probably need to see some actual epub samples to see what's going on. Just remember not to attach any copyrighted epubs if you decide to go that route.

Last edited by DiapDealer; 10-06-2021 at 06:54 AM.
DiapDealer is offline   Reply With Quote