I think I might have the wrong approach completely. Given that any changes I might make to the checked-out code are actually run from within the calibre.app (on OS X), making use of the environment variable CALIBRE_DEVELOP_FROM, it occurs to me that I cannot get a clean PyDev environment with just the checked-out code, but I need to set up a project based on the installed calibre.app, which will reference the checkout via CALIBRE_DEVELOP_FROM.
Is this right? If so, how do I define the Eclipse PyDev project?
Peter
|