<br><div class="gmail_quote">On 30 March 2010 10:58, Jean-Francois Pirus <span dir="ltr">&lt;<a href="mailto:jfpn@clearfield.com">jfpn@clearfield.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;">
<br>
This is what I installed when I tried:<br>
I suspect the &quot;python-sqlobject&quot; is what you&#39;re missing.<br>
<br>
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<br>
<br>
#These were needed for the IMDB module, which I can;t get to work either.<br>
sudo easy_install SQLAlchemy<br>
sudo easy_install-2.6 IMDbPY<br>
<div><div></div><div class="h5"><br>
<br>
-------- Original Message --------<br>
<br>
&gt;   Have spent several days trying to get EPGSNOOP to work on MythBuntu. I<br>
&gt; have tried reinstalling MythBuntu 9.10 even tried MythBuntu 10.04 I get<br>
&gt; exactly the same result. I have a fully operating system, then install<br>
&gt; epgsnoop following the instructions <a href="https://launchpad.net/epgsnoop" target="_blank">https://launchpad.net/epgsnoop</a><br>
&gt; &lt;<a href="https://launchpad.net/epgsnoop" target="_blank">https://launchpad.net/epgsnoop</a>&gt; exactly. Everything installs correctly.<br>
&gt; But I always get the same error. I have tried removing imdb as suggested<br>
&gt; no improvement.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; The message I get when first trying to run the programme is:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; XXX@epgsnoop:~$ epgsnoop --tune 12671 --lnb 10750 &gt; /home/tim/listings.xml<br>
&gt;<br>
&gt; /usr/lib/pymodules/python2.6/imdb/parser/sql/__init__.py:228:<br>
&gt; UserWarning: unable to use &quot;sqlobject&quot;: No module named sqlobject<br>
&gt;<br>
&gt;   warnings.warn(&#39;unable to use &quot;%s&quot;: %s&#39; % (mod, str(e)))<br>
&gt;<br>
&gt; Traceback (most recent call last):<br>
&gt;<br>
&gt;   File &quot;/usr/local/bin/epgsnoop&quot;, line 143, in &lt;module&gt;<br>
&gt;<br>
&gt;     processors.append(processor(config))<br>
&gt;<br>
&gt;   File &quot;/usr/local/lib/python2.6/dist-packages/epgsnoop/processors.py&quot;,<br>
&gt; line 453, in __init__<br>
&gt;<br>
&gt;     self.imdb = imdb.IMDb(access_system, uri=database_uri)<br>
&gt;<br>
&gt;   File &quot;/usr/lib/pymodules/python2.6/imdb/__init__.py&quot;, line 185, in IMDb<br>
&gt;<br>
&gt;     return IMDbSqlAccessSystem(*arguments, **keywords)<br>
&gt;<br>
&gt;   File &quot;/usr/lib/pymodules/python2.6/imdb/parser/sql/__init__.py&quot;, line<br>
&gt; 226, in __init__<br>
&gt;<br>
&gt;     str(useORM), str(e))<br>
&gt;<br>
&gt; imdb._exceptions.IMDbError: unable to use any ORM in (&#39;sqlobject&#39;,<br>
&gt; &#39;sqlalchemy&#39;): No module named sqlalchemy<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Please suggest any help – I do not know what to try next.<br>
&gt;</div></div></blockquote><div><br>As a suggestion following the model in this script: <a href="http://www.harelmalka.com/androvideo">http://www.harelmalka.com/androvideo</a> perhaps a --get-dependencies option in epgsnoop might make it easier for people to pick this script up and run with it?<br>
 <br></div></div><br>