View Single Post
Old 10-23-2017, 03:32 PM   #7
Kadavy
Junior Member
Kadavy began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2017
Device: iPad Air Kindle App
Hi @slowsmile, thanks for making this plugin! I'm going to be crowdsourcing my editing, so I'm pretty set on using Google Docs, however I'm concerned about formatting.

But, I got an error using the plugin. Here's the message:

Status: failed

Traceback (most recent call last):
File "/Applications/Sigil.app/Contents/plugin_launchers/python/launcher.py", line 134, in launch
target_script = __import__(script_module)
File "/Users/kadavy/Library/Application Support/sigil-ebook/sigil/plugins/GoogleZipImport/plugin.py", line 33, in <module>
from convert import convert2Epub
File "/Users/kadavy/Library/Application Support/sigil-ebook/sigil/plugins/GoogleZipImport/convert.py", line 8, in <module>
from cutils import *
File "/Users/kadavy/Library/Application Support/sigil-ebook/sigil/plugins/GoogleZipImport/cutils.py", line 16, in <module>
from epubref import *
File "/Users/kadavy/Library/Application Support/sigil-ebook/sigil/plugins/GoogleZipImport/epubref.py", line 8, in <module>
from hformat import *
File "/Users/kadavy/Library/Application Support/sigil-ebook/sigil/plugins/GoogleZipImport/hformat.py", line 13, in <module>
import tkinter as tk
File "tkinter/__init__.py", line 35, in <module>
ImportError: dlopen(/Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.5/lib/python3.5/lib-dynload/_tkinter.cpython-35m-darwin.so, 2): Library not loaded: /Library/Frameworks/Tcl.framework/Versions/8.6/Tcl
Referenced from: /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.5/lib/python3.5/lib-dynload/_tkinter.cpython-35m-darwin.so
Reason: image not found
Error: dlopen(/Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.5/lib/python3.5/lib-dynload/_tkinter.cpython-35m-darwin.so, 2): Library not loaded: /Library/Frameworks/Tcl.framework/Versions/8.6/Tcl
Referenced from: /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.5/lib/python3.5/lib-dynload/_tkinter.cpython-35m-darwin.so
Reason: image not found

Know what's wrong? I have python 3.6.3 on my system, and Sigil tells me it's using 3.4 as an interpreter. Does that have anything to do with it?
Kadavy is offline   Reply With Quote