<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 2/23/2011 08:38, Scott wrote:
    <blockquote cite="mid:ECB999FF-D72F-49EF-A1E2-669C2C69D6E9@frak.ms"
      type="cite"><br>
      <div>
        <div>On Feb 23, 2011, at 1:57 AM, Fedor Pikus wrote:</div>
        <br class="Apple-interchange-newline">
        <blockquote type="cite"><br>
          <br>
          <div class="gmail_quote">On Tue, Feb 22, 2011 at 10:44 PM,
            Raymond Wagner <span dir="ltr">&lt;<a
                moz-do-not-send="true"
                href="mailto:raymond@wagnerrp.com">raymond@wagnerrp.com</a>&gt;</span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
              0.8ex; border-left: 1px solid rgb(204, 204, 204);
              padding-left: 1ex;">
              <div text="#000000" bgcolor="#ffffff">
                <div class="im"> On 2/23/2011 01:34, Fedor Pikus wrote:
                </div>
                <blockquote type="cite">
                  <div class="im"> All the scripts it mentions are
                    there, for example:<br>
/usr/lib/python2.4/site-packages/MythTV/tmdb/tmdb_exceptions.py<br>
                    <br>
                  </div>
                  <div class="im"> Any ideas what needs to be fixed now?<br>
                  </div>
                </blockquote>
                <br>
                You need to "fix" the same thing that you did last
                time.&nbsp; You need to upgrade to Python 2.5.&nbsp; Seriously,
                the thing was released just a few days after MythTV
                0.20.&nbsp; Some kludgy hack which seems to allow it to run
                on six year old software is not a viable solution.<br>
              </div>
              <br>
            </blockquote>
            <div><br>
              I applied the same fixes as last time (MythBase moved to
              another file, but I fould and fixed that location).&nbsp; <br>
              As for upgrade... There is python 2.6 for Centos 5 but it
              seems to break more than it fixes, I could not get the
              ATRPM's version of Myth to work on it. at all.</div>
          </div>
        </blockquote>
        <br>
      </div>
      <div>Use the Python 2.6 from the EPEL. You can install it along
        side the existing CentOS 5.5 python and call it by using
        /usr/bin/python26 instead of /usr/bin/python.<br>
      </div>
    </blockquote>
    <br>
    The configure script specifically allows for this with the
    '--python=&lt;executable&gt;' flag.&nbsp; Alternatively if installing
    only the bindings and not all of MythTV, you can do 'python26
    setup.py install' from within the bindings source folder.<br>
  </body>
</html>