<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8">
        <title></title>
        <meta name="GENERATOR" content="OpenOffice.org 3.1  (Linux)">
        <style type="text/css">
        <!--
                @page { margin: 2cm }
                P { margin-bottom: 0.21cm }
        -->
        </style>

<p style="margin-bottom: 0cm;">Thanks for the suggestions, but still
not working.</p>
<p style="margin-bottom: 0cm;">
</p>
<p style="margin-bottom: 0cm;">I have installed:</p>
<p style="margin-bottom: 0cm;">
</p>
<p style="margin-bottom: 0cm;">sudo apt-get install dvbsnoop<br>sudo
apt-get install python-setuptools<br>sudo apt-get install
python-sqlobject<br>sudo easy_install -U setuptools<br>sudo
easy_install MySQL-python</p>
<p style="margin-bottom: 0cm;">sudo apt-get install python-mysqldb</p>
<p style="margin-bottom: 0cm;">sudo apt-get installpython-configobj</p>
<p style="margin-bottom: 0cm;">sudo apt-get installpython-crypto</p>
<p style="margin-bottom: 0cm;">sudo apt-get installpython-minimal</p>
<p style="margin-bottom: 0cm;">sudo apt-get installpython-paramiko</p>
<p style="margin-bottom: 0cm;">sudo easy_install SQLAlchemy</p>
<p style="margin-bottom: 0cm;"><br>This one not installed sudo
easy_install-2.6 IMDbPY</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<p style="margin-bottom: 0cm;">XXX@epgsnoop:~$ epgsnoop --tune 12671
--lnb 10750 &gt; /home/tim/listings.xml
</p>
<p style="margin-bottom: 0cm;">/usr/lib/python2.6/dist-packages/sqlobject/mysql/mysqlconnection.py:51:
DeprecationWarning: sqlobject_encoding is deprecated and no longer
used.
</p>
<p style="margin-bottom: 0cm;">  deprecated(&quot;sqlobject_encoding
is deprecated and no longer used.&quot;)
</p>
<p style="margin-bottom: 0cm;">Traceback (most recent call last):
</p>
<p style="margin-bottom: 0cm;">  File &quot;/usr/local/bin/epgsnoop&quot;,
line 143, in &lt;module&gt;
</p>
<p style="margin-bottom: 0cm;">   
processors.append(processor(config))
</p>
<p style="margin-bottom: 0cm;">  File
&quot;/usr/local/lib/python2.6/dist-packages/epgsnoop/processors.py&quot;,
line 453, in __init__
</p>
<p style="margin-bottom: 0cm;">    self.imdb =
imdb.IMDb(access_system, uri=database_uri)
</p>
<p style="margin-bottom: 0cm;">  File
&quot;/usr/lib/pymodules/python2.6/imdb/__init__.py&quot;, line 185,
in IMDb
</p>
<p style="margin-bottom: 0cm;">    return
IMDbSqlAccessSystem(*arguments, **keywords)
</p>
<p style="margin-bottom: 0cm;">  File
&quot;/usr/lib/pymodules/python2.6/imdb/parser/sql/__init__.py&quot;,
line 245, in __init__
</p>
<p style="margin-bottom: 0cm;">    for kt in KindType.select():
</p>
<p style="margin-bottom: 0cm;">  File
&quot;/usr/lib/python2.6/dist-packages/sqlobject/sresults.py&quot;,
line 179, in __iter__
</p>
<p style="margin-bottom: 0cm;">    return iter(list(self.lazyIter()))
</p>
<p style="margin-bottom: 0cm;">  File
&quot;/usr/lib/python2.6/dist-packages/sqlobject/sresults.py&quot;,
line 187, in lazyIter
</p>
<p style="margin-bottom: 0cm;">    return conn.iterSelect(self)
</p>
<p style="margin-bottom: 0cm;">  File
&quot;/usr/lib/python2.6/dist-packages/sqlobject/dbconnection.py&quot;,
line 404, in iterSelect
</p>
<p style="margin-bottom: 0cm;">    return select.IterationClass(self,
self.getConnection(),
</p>
<p style="margin-bottom: 0cm;">  File
&quot;/usr/lib/python2.6/dist-packages/sqlobject/dbconnection.py&quot;,
line 269, in getConnection
</p>
<p style="margin-bottom: 0cm;">    conn = self.makeConnection()
</p>
<p style="margin-bottom: 0cm;">  File
&quot;/usr/lib/python2.6/dist-packages/sqlobject/mysql/mysqlconnection.py&quot;,
line 82, in makeConnection
</p>
<p style="margin-bottom: 0cm;">    raise
OperationalError(ErrorMessage(e, conninfo))
</p>
<p style="margin-bottom: 0cm;">sqlobject.dberrors.OperationalError:
Access denied for user &#39;mythtv&#39;@&#39;localhost&#39; (using password: YES);
used connection string: host=localhost, port=0, db=imdb, user=mythtv
</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<p style="margin-bottom: 0cm;">Any suggestions?</p>