[mythtv-users] python broken in mythbuntu 12.04?

Aaron aaron at rb303.net
Sat Jun 2 17:08:27 UTC 2012


I am trying to troubleshoot why metadata look-up isn't working, but running
into python errors. They seem to be the same no matter what I run. I have
submitted a bug report (#1007853) in case that helps. I am running
Mythbuntu 12.04 i386 and it runs both FE/BE.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ mythwikiscripts
Traceback (most recent call last):
  File "/usr/bin/mythwikiscripts", line 3, in <module>
    from MythTV.wikiscripts import *
  File "/usr/lib/python2.7/dist-packages/MythTV/__init__.py", line 41, in
<module>
    from dataheap import *
  File "/usr/lib/python2.7/dist-packages/MythTV/dataheap.py", line 447
    return metadata
         ^
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ mythpython --version
Traceback (most recent call last):
  File "/usr/bin/mythpython", line 3, in <module>
    from MythTV import *
  File "/usr/lib/python2.7/dist-packages/MythTV/__init__.py", line 41, in
<module>
    from dataheap import *
  File "/usr/lib/python2.7/dist-packages/MythTV/dataheap.py", line 447
    return metadata
         ^
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ ./tmdb.py -M "Power Rangers"”

The subdirectory "tmdb" containing the modules tmdb_api.py (v0.1.3 or
greater), tmdb_ui.py,
tmdb_exceptions.py must have been installed with the MythTV python bindings.
Error:(expected an indented block (dataheap.py, line 447))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20120602/1143cc4b/attachment.html>


More information about the mythtv-users mailing list