integrating meld into another project



List (and most importantly the project leader),

    I have spent some time searching google for a side by side file
comparison tool that is written in pygtk and has a GPL license. I'm
searching for a tool like this to integrate it with w3af (
http://w3af.sf.net/ ) in order to be able to compare HTTP responses
side by side.

    After some searching I found melt which meets all my expectations;
the only problem I'm seeing is that meld heavily uses the python gnome
bindings. Given that the only section of the code I really need is the
widget that has the two files inside; I would like to know is if you
guys think that it is possible to remove/replace the gnome library
requirement for that section.

    Before you ask why I want to remove python-gnome: I have a policy
of "not adding a dependency to my project unless it is 100% necessary"
 thats why I would like to remove gnome dependency (nothing against
the gnome guys ;) ).

    Thanks in advance for your response.

Cheers,
-- 
Andres Riancho
http://w3af.sourceforge.net/
Web Application Attack and Audit Framework


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