Re: Direct python calling



On 17 July 2015 at 03:47, Jonathan Tanner <jonathan tanner2 gmail com> wrote:
Please can someone explain how i can use meld to merge 3 files from python code

Meld is an application; it's really not designed to be used as a
library. Having said that, you could take a look at meld.merge.Merger
meld.filemerge.FileMerge._merge_files() to get an idea of how you
might be able to do this, though I have no idea how well that will
work out for you.

cheers,
Kai


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]