View Single Post
Old 10-13-2019, 10:20 AM   #5
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,592
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Embedded python errors typically means missing modules. On Windows/Mac, that means a purposefully altered installation. i.e. deleting or moving files from where they were initially installed.

On Linux, it could mean not having the necessary modules installed in the first place, or uninstalling them (or an upgrade of the system Python from 3.5 to 3.6 or 3.6 to 3.7 where pip-installed modules got abandoned). Or the manually compiled version of Sigil no longer jives with the system-installed Python and needs to be rebuilt.

I use both the Windows and Linux versions of Sigil 0.9.18 (both repo supplied and self-built) and have never gotten embedded Python errors editing metadata or merging/splitting files. Something else is in play here.

Last edited by DiapDealer; 10-13-2019 at 10:24 AM.
DiapDealer is online now   Reply With Quote