Really hoping that this is not just a bandwidth wasting email but I've spent all morning researching and trying various things to get Jamu (though the issue is not restricted to) working with trunk 23397 and keep getting a Python bindings error and I'm now stuck, only a quarter of the way through C++ for beginners so Python is a whole new area so any pointers to my foolhardiness would be gratefully received:<br>
<br>Exception exceptions.KeyError: ('sql://mythconverg@localhost:3306/',) in <bound method MythDBConn.__del__ of <MythDBConn 'sql://mythconverg@localhost:3306/' at 0xb723454cL>> ignored<br><br>
Just to make sure I have manually installed the bindings, which runs without error, and gives me these files:<br><br>/usr/lib/python2.5/site-packages/MythTV/<br><br>-rw-r--r-- 1 root root 1446 Jan 31 13:08 __init__.py<br>
-rw-r--r-- 1 root root 1642 Jan 31 13:09 __init__.pyc<br>-rw-r--r-- 1 root root 65698 Jan 31 13:08 MythBase.py<br>-rw-r--r-- 1 root root 70965 Jan 31 13:09 MythBase.pyc<br>-rw-r--r-- 1 root root 49956 Jan 31 13:08 MythData.py<br>
-rw-r--r-- 1 root root 56962 Jan 31 13:09 MythData.pyc<br>-rw-r--r-- 1 root root 33728 Jan 31 13:08 MythFunc.py<br>-rw-r--r-- 1 root root 37340 Jan 31 13:09 MythFunc.pyc<br>-rw-r--r-- 1 root root 233 Jan 31 13:08 MythStatic.py<br>
-rw-r--r-- 1 root root 428 Jan 31 13:09 MythStatic.pyc<br>drwxr-xr-x 2 root root 4096 Jan 31 13:09 tmdb/<br>drwxr-xr-x 2 root root 4096 Jan 31 13:09 ttvdb/<br><br>This is running on a up to date PCLinuxOS install, Python 2.5.<br>