Hello, Wilfred! On Tue, 2007-09-04 at 17:35 -0700, Wilfred van Rooijen wrote: > you're right, I inadvertently unmerged pyxml from my > Gentoo system - gPodder is not in the portage tree, so > it does not detect that a program depends on pyxml.
I've added a check to "bin/gpodder" to warn the user if the python-xml package is not installed. This should fix these unobvious bugs. Also, I have checked where the python-xml package is really used and it seems like we're able to get rid of the python-xml dependency if we move from SAX to DOM (minidom) in the localdb handling code, let's see what I can do. > I see that you have made a provision to make an > episode description based on the file name for feeds > without a proper episode field. Thanks for that, it > really improves my life. I sent a second email to > www.kxradio.nl about the feeds but again no reply. Yeah, it's not the most beautiful solution but the only solution I could come up with buggy feeds ;) Thomas _______________________________________________ gpodder-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-devel
