Quote:
Originally Posted by kovidgoyal
calibre embeds a python interpreter. And it uses code from over 20 different open source projects  But embedding another interpreter is too much overhead.
|
Agreed which is why I say don't embedded it. Just require it as a dependency for certain features. If you do a Linux package you can just make the perl and python interpreters dependencies. I use aptitude for everything on my debian server and it installs all the dependencies nice and neat.
BOb