[mythtv-users] 0.24 Python Bindings - Transcode Wrapper Script

Raymond Wagner raymond at wagnerrp.com
Wed Feb 16 15:48:19 UTC 2011


On 2/16/2011 10:42, Christopher Kerr wrote:
> On Thu, Feb 17, 2011 at 2:35 AM, Raymond Wagner<raymond at wagnerrp.com>  wrote:
>> On 2/16/2011 10:26, Christopher Kerr wrote:
>>> NameError: global name 'findfile' is not defined
>> Fixed in the version on the wiki over a month ago.
> Raymond - I just grabbed a fresh copy from the wiki, and modified only
> the command and argument lines:
>
> Traceback (most recent call last):
>    File "./x264_inplace.py", line 96, in<module>
>      main()
>    File "./x264_inplace.py", line 88, in main
>      runjob(jobid=args[0])
>    File "./x264_inplace.py", line 17, in runjob
>      db = MythDB()
> NameError: global name 'MythDB' is not defined

The third line imports that class...

>  from MythTV import Job, Recorded, System, MythDB, findfile, MythError




More information about the mythtv-users mailing list