Hi KevinH,
Yes, I'm using Python 2.7 with Sigil 0.8.2. I'm glad that this warning is not a big deal and can be ignored.
I've another question about errors. I'm learning to write my own plugin now. I used to add some print statement in the script for debug purpose. But I find that for Sigil plugin, the stdout is displayed only when the plugin returned successfully. When something goes wrong and throws a exception, only the error message is displayed, and I lose the helpful hints from the "prints". I wonder whether there is kind of "best practise" in the situation?
|