View Single Post
Old 04-08-2017, 04:41 AM   #55
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,748
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
IIRC, there were some Python issues with the latest macOS Sigil build. As a workaround try the following:
  1. Select Edit > Preferences > Preferences Location
  2. Locate plugin.py in the plugins/DOCXImport folder and open it with a text editor.
  3. Change line #59 from:

    Code:
        supports_pyqt = (bk.launcher_version() >= 20170115)
    to

    Code:
        supports_pyqt = (bk.launcher_version() >= 30170115)
This'll disable PyQt and should temporarily fix your problem. Note that the plugin might display a Python rocket icon in the dock that you might have to click to display the file selection dialog box.

Spoiler:

Last edited by Doitsu; 04-08-2017 at 04:47 AM.
Doitsu is offline   Reply With Quote