On Mon, Apr 27, 2015 at 2:07 PM, <[email protected]> wrote: > > > Hi, > I've installed meld3 : > $ pacman -sS meld3 > mingw32/mingw-w64-i686-meld3 3.13.0-1 > Visual diff and merge tool (mingw-w64) > mingw64/mingw-w64-x86_64-meld3 3.13.0-1 [installed] > Visual diff and merge tool (mingw-w64) > > And I've encountered the following issue : > $ meld > Couldn't bind the translation domain. Some translations won't work. > [Error 126] The specified module could not be found > Couldn't load Meld-specific CSS (/mingw64/share/meld/meld.css) > gtk-css-provider-error-quark: Failed to import: Error opening file: No such > file > or directory (2) > Traceback (most recent call last): > File "C:/msys64/mingw64/lib/python2.7/site-packages/meld/meldapp.py", line > 62, > in do_startup > builder = meld.ui.util.get_builder("application.ui") > File "C:/msys64/mingw64/lib/python2.7/site-packages/meld/ui/util.py", line > 40, > in get_builder > builder.add_from_file(ui_file(filename)) > GLib.Error: g-file-error-quark: Failed to open file > '/mingw64/share/meld/ui/application.ui': No such file or directory (4) > Traceback (most recent call last): > File "C:/msys64/mingw64/lib/python2.7/site-packages/meld/meldapp.py", line > 69, > in do_activate > self.get_active_window().present() > AttributeError: 'NoneType' object has no attribute 'present' > Traceback (most recent call last): > File "C:/msys64/mingw64/lib/python2.7/site-packages/meld/meldapp.py", line > 73, > in do_command_line > tab = self.parse_args(command_line) > File "C:/msys64/mingw64/lib/python2.7/site-packages/meld/meldapp.py", line > 316, in parse_args > focus=i == 0) > File "C:/msys64/mingw64/lib/python2.7/site-packages/meld/meldapp.py", line > 142, in open_files > window = self.get_meld_window() > File "C:/msys64/mingw64/lib/python2.7/site-packages/meld/meldapp.py", line > 137, in get_meld_window > return self.get_active_window().meldwindow > AttributeError: 'NoneType' object has no attribute 'meldwindow' > > All the reported missing files in fact exist! > Maybe something is wrong with the paths or an environment variable ? > Did anyone encounter the same issue ? any idea to solve it ?
mingw-w64-meld3 runs native Python so it doesn't understand "/mingw64/share/meld/meld.css" Please file a bug on github about this on: https://github.com/Alexpux/MINGW-packages/ Cheers, Ray. > > Regards > > Michel > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Msys2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/msys2-users ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
