Quote:
Originally Posted by theducks
I noticed a Calibre side-effect (Win XP): Calibre is Busy (hourglass) until Sigil closes. 
|
Nothing to worry about

That is to do with the way the editor is launched - the plugin code is actually waiting for the Sigil.exe to be closed before it continues.
If people want Sigil to be treated as a completely separate process (not unreasonable) then I need to change the "subprocess.call" method I am currently using to something else.