View Single Post
Old 07-20-2023, 12:58 AM   #4
odamizu
just an egg
odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.
 
odamizu's Avatar
 
Posts: 1,833
Karma: 8006102
Join Date: Mar 2015
Device: Kindle, iOS
Hi KevinH,

Sigil 1.9.40 installed okay on top 1.9.30. It launched fine; I ran a bunch of quick tests (not exhaustive), all fine; ran some plugins, okay, etc.

The only problem I ran into was a tkinter(??) error when trying to run plugins ePub3-itizer and cssRemoveUnusedSelectors. Here's the error message:

Spoiler:
Status: failed

Traceback (most recent call last):
File "/Applications/Sigil.app/Contents/plugin_launchers/python/launcher.py", line 141, in launch
target_script = __import__(script_module)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/oda/Library/Application Support/sigil-ebook/sigil/plugins/ePub3-itizer/plugin.py", line 35, in <module>
import tkinter
File "tkinter/__init__.py", line 38, in <module>
ImportError: dlopen(/Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.11/lib/python3.11/lib-dynload/_tkinter.cpython-311-darwin.so, 0x0002): Library not loaded: /Users/kbhend/devpython/libraries/Frameworks/Python.framework/Versions/3.11/lib/libtk8.6.dylib
Referenced from: <821D0F78-B9CC-393A-803A-A37F9409AD96> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.11/lib/python3.11/lib-dynload/_tkinter.cpython-311-darwin.so
Reason: tried: '/Users/kbhend/devpython/libraries/Frameworks/Python.framework/Versions/3.11/lib/libtk8.6.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/kbhend/devpython/libraries/Frameworks/Python.framework/Versions/3.11/lib/libtk8.6.dylib' (no such file), '/Users/kbhend/devpython/libraries/Frameworks/Python.framework/Versions/3.11/lib/libtk8.6.dylib' (no such file), '/usr/local/lib/libtk8.6.dylib' (no such file), '/usr/lib/libtk8.6.dylib' (no such file, not in dyld cache)
Error: dlopen(/Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.11/lib/python3.11/lib-dynload/_tkinter.cpython-311-darwin.so, 0x0002): Library not loaded: /Users/kbhend/devpython/libraries/Frameworks/Python.framework/Versions/3.11/lib/libtk8.6.dylib
Referenced from: <821D0F78-B9CC-393A-803A-A37F9409AD96> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.11/lib/python3.11/lib-dynload/_tkinter.cpython-311-darwin.so
Reason: tried: '/Users/kbhend/devpython/libraries/Frameworks/Python.framework/Versions/3.11/lib/libtk8.6.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/kbhend/devpython/libraries/Frameworks/Python.framework/Versions/3.11/lib/libtk8.6.dylib' (no such file), '/Users/kbhend/devpython/libraries/Frameworks/Python.framework/Versions/3.11/lib/libtk8.6.dylib' (no such file), '/usr/local/lib/libtk8.6.dylib' (no such file), '/usr/lib/libtk8.6.dylib' (no such file, not in dyld cache)
odamizu is offline   Reply With Quote