View Single Post
Old 01-16-2017, 02:08 PM   #25
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,584
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by odamizu View Post
Any thing else I can try?
This appears to be a strange macOS bug. Hopefully, KevinH, who has a Mac, will see this post and know what to do.

In the meantime, you can try the following:

1. Download TextWrangler or another programmer's text editor.
2. Start Sigil and select Edit >Preferences > Open Preferences Location.
3. Click Plugins > TagMechanic and open plugin.py with TextWrangler.
4. Comment out lines 565 and 566 by inserting a # sign:

Code:
    #img = tkinter.Image('photo', file=os.path.join(bk._w.plugin_dir, bk._w.plugin_name, 'images/icon.png'))
    #root.tk.call('wm','iconphoto',root._w,img)
and save plugin.py.

This workaround should allow you to run TagMechanic until KevinH has figured out what additional image library is required to run the commented-out code.

Last edited by Doitsu; 01-16-2017 at 02:49 PM.
Doitsu is offline   Reply With Quote