Before I reinvent the wheel, is there a good way to pull the
TV_CHANNEL information out of the TV.XML for use in the
local_config.py? If not as the format has changed from what the wiki
has listed.
Evan
-
This SF.Net email is
On Thu, 2008-09-11 at 14:37 +, Juan Pablo Soto Barrera wrote:
> After looking Freevo source and kaa-metadata, I could not find
> applicable examples either.
All kaa modules have a version submodule that can be imported. It's a
bit roundabout, but it does work:
>>> import kaa.metadata
>>> pri
Friends,
I am quite a Python newbie. After googling several hours I would like to
consult you about any procedure to get the version info for Python packages
available for importing.
Seemingly such metadata (the package version) are only available using the
associated EGG file. However, I am no