Quote:
Originally Posted by Agama
Do I need to install Python 2.7 from the python.org site or is this already installed as part of calibre? I have read the calibre manual section on setting up a development environment and can see that I need to use Bazaar to get the calibre source code, but this does not mention Python.
|
Calibre's binary includes a binary copy of python, so you don't need a separate copy to run calibre (calibre-debug -g).
However, your development environment might require a local installation of python to give meaningful error messages. I know that eclipse+pydev does, and I strongly suspect that aptana does.