<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">I had a look… and found this…</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># rpm -qif  /usr/bin/2to3</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Name        : python27-tools</span></div></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">So, its python27-tools… that we need to remove I guess. I removed that RPM, and things started to work.</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Thought I would share for the benefit of others that may get this issue.</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">GK</span></div><div class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">On 29 Jun 2016, at 3:27 AM, Michael Stauber <<a href="mailto:mstauber@blueonyx.it" class="">mstauber@blueonyx.it</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi RC,<br class=""><br class=""><blockquote type="cite" class="">Transaction Check Error:<br class="">file /usr/bin/2to3 from install of python-tools-2.6.6-64.el6.x86_64<br class="">conflicts with file from package python27-tools-2.7.10-1.el6.x86_64<br class=""></blockquote><br class="">That's an RPM conflict between "python-tools" and "python27-tools".<br class=""><br class="">AFAIK you should not have the RPM "python-tools" installed. So please<br class="">try this:<br class=""><br class="">rpm -e python-tools<br class=""><br class="">And see if that works. It *might* complain and refuse to be removed if<br class="">there is something that needs it. If that happens, then please let me<br class="">know the exact error message.<br class=""><br class="">If it removes without error, then you should be able to "yum update" again.<br class=""><br class="">-- <br class="">With best regards<br class=""><br class="">Michael Stauber<br class="">_______________________________________________<br class="">Blueonyx mailing list<br class=""><a href="mailto:Blueonyx@mail.blueonyx.it" class="">Blueonyx@mail.blueonyx.it</a><br class="">http://mail.blueonyx.it/mailman/listinfo/blueonyx<br class=""></div></div></blockquote></div><br class=""></body></html>