Quote:
Originally Posted by KevinH
Hi,
....
Also, have you looked at how calibre handles plugins and by that I mean their philosophy. They include the various plugins by having them inherit from a generic plugin class specific to their type, and overload the abstract methods defined therein. They allow different types of plugins, such as plugins the run on input, output, etc. There could also be clean-up plugins as well.
...
|
My problem is: I don't speak python. And this is my frst C++/Qt.
Quote:
Originally Posted by KevinH
Hi,
....
I will download your latest version and get it to build on a Mac and send you build fix patches if need be.
...
|
I appreciate this very much

.
Quote:
Originally Posted by KevinH
Hi,
....
I would very much like to add something along these lines to my own copy of Sigil specific only to python scripting, that will invoke the python interpreter as a library, map a C++ plugin class to a python plugin class, run things in their own worker threads etc,
...
|
Well, that would be proper python interface: I hoped I'll do it when I'm finished with DGSM (if ever). Now, I hope you'll do it

!