[mythtv-users] Jamu questions

Doug Vaughan r.d.vaughan at rogers.com
Sat Sep 5 21:57:35 UTC 2009


Ian,
    I suspect that your installed version the python "xml" library is 
too old. Here is the versions that I have installed, You can type this 
at a console to identify your versions of the same libraries:

 > python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:58:18)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> import xml
 >>> print xml.__version__
41660
 >>> import MySQLdb
 >>> print MySQLdb.__version__
1.2.2
 >>>


Hit cntl-D to exit the python console.

Assuming the libraries are older than the ones indicated above, please 
upgrade.

Thanks

Doug


More information about the mythtv-users mailing list