[mythtv-commits] Ticket #7044: jamu.py can't find python bindings but they are installed
MythTV
mythtv at cvs.mythtv.org
Sun Sep 13 18:19:34 UTC 2009
#7044: jamu.py can't find python bindings but they are installed
---------------------------------+------------------------------------------
Reporter: ryan.goat at gmail.com | Owner: awithers
Type: defect | Status: new
Priority: minor | Milestone: unknown
Component: Bindings - Python | Version: head
Severity: medium | Mlocked: 0
---------------------------------+------------------------------------------
Running SVN version 21818 on Ubuntu 9.04 Trying to execute the command:
{{{
/usr/share/mythtv/mythvideo/scripts/jamu.py -C /home/ryan/.jamu/jamu-
maintenance.conf -MIV
}}}
Get this output:
{{{
/var/lib/python-support/python2.6/MySQLdb/__init__.py:34:
DeprecationWarning: the sets module is deprecated
from sets import ImmutableSet
! Warning - MythTV python bindings could not be imported
! Error: The MythTV python interface is not installed or Cannot connect to
MythTV Backend. MythTV meta data cannot be updated
}}}
It says MythTV python bindings are not installed. But I did compile with
perl & python bindings enabled:
{{{
./configure --prefix=/usr --enable-proc-opt --enable-libfaad --enable-
vdpau --enable-opengl-video --enable-opengl-vsync --with-
bindings=perl,python
}}}
I checked the .deb I generated and checked the files on the disk and it
did install the following files:
{{{
/usr/local/lib/python2.6/dist-packages/MythTV-0.21.egg-info
/usr/local/lib/python2.6/dist-packages/MythTV/MythTV.py
/usr/local/lib/python2.6/dist-packages/MythTV/MythTV.pyc
}}}
I don't know python. But it looks like the compile and instillation of
the python bindings was successful. Yet jamu.py can't find them.[[br]]
[[br]]
Also I'm not sure why the Perl and Python bindings were installed under
/usr/local when I specified /usr as the ./configure prefix? Everything
else was correctly installed under /usr except python and Perl stuff.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7044>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list