No subject


Mon Mar 10 15:32:33 UTC 2008


helpful to open a python shell and then use the pydoc for modules to
understand how the API is structured.  I.e. type in your python shell:

>>> import MythTV
>>> help(MythTV)

...and hopefully all the other classes etc will be listed :)

HTH's
Whytey


More information about the mythtv-dev mailing list