Re: [Freevo-devel] Kaa r2543 - trunk/epg/src/sources

2007-03-20 Thread Jason Tackaberry
Tanja wrote: > 1.) How do I make sax ignore the dtd file? I think like this: parser = xml.sax.make_parser() parser.setFeature('http://xml.org/sax/features/external-general-entities', False) > raise RuntimeError('add_program_wait not called by thread') > RuntimeError: add_program_wai

Re: [Freevo-devel] Kaa r2543 - trunk/epg/src/sources

2007-03-18 Thread Dirk Meyer
Dirk Meyer wrote: > Dirk Meyer wrote: >> Benjamin Zores wrote: >>> Dirk Meyer a écrit : Author: dmeyer Date: Sun Mar 11 16:34:47 2007 New Revision: 2543 Modified: trunk/epg/src/sources/epgdata.py Log: Rework parser to use SAX to keep memory usage do

Re: [Freevo-devel] Kaa r2543 - trunk/epg/src/sources

2007-03-18 Thread Dirk Meyer
Dirk Meyer wrote: > Benjamin Zores wrote: >> Dirk Meyer a écrit : >>> Author: dmeyer >>> Date: Sun Mar 11 16:34:47 2007 >>> New Revision: 2543 >>> >>> Modified: >>>trunk/epg/src/sources/epgdata.py >>> >>> Log: >>> Rework parser to use SAX to keep memory usage down and call the >>> add_* funct

Re: [Freevo-devel] Kaa r2543 - trunk/epg/src/sources

2007-03-18 Thread Dirk Meyer
Benjamin Zores wrote: > Dirk Meyer a écrit : >> Author: dmeyer >> Date: Sun Mar 11 16:34:47 2007 >> New Revision: 2543 >> >> Modified: >>trunk/epg/src/sources/epgdata.py >> >> Log: >> Rework parser to use SAX to keep memory usage down and call the >> add_* functions from the thread. I don't h