A few things ...
- Running Sigil, just to run flightcrew does not make a lot of sense. It would be much easier for someone to create a flightcrew plugin for calibre directly as flightcrew is now a simple command line tool and calibre has great plugin developers and support who could easily create a flightcrew plugin for calibre.
- the Calibre "Open With" sequence seems to be unsetting the PATH environment variable which causes the ctypes find_library module used in the plugin launcher to fail deep inside of the official python 2.7 os module. The os module seems to need/want PATH to at least exist.
KevinH
|