Frank [Antispam account] wrote:
> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Namens Duncan Webb
> Verzonden: vrijdag 11 mei 2007 7:33
> Aan: [email protected]
> Onderwerp: Re: [Freevo-users] Wishlist
> 
> [snip]
> 
>>> * TV guide is really slow to load :( - would be better if the "timer"
>>> Not sure what's happening here, I have 10 days worth of info for 19 
>>> channels and my guide takes about 2.5 seconds to load on an 1.2Ghz 
>>> athlon and a 7200rpm drive. My TV.xml is 2.6M
> 
>> Have you installed cElementTree? This is quicker than the standard Python
>> ElementTree and may speed up the processing of TV XML data.
> 
> 
> Can you tell me how to install cElementTree of how you can check if it is
> used by Freevo?

To check if it is installed type:
python
import cElementTree
if there is no import error then it is installed and used by freevo for
the xmltv processing.

I have installed it by:
export CFLAGS="-O3 -march=k8 -mtune=k8 -pipe" &&
export CXXFLAGS=$CFLAGS &&
python setup.py build &&
python setup.py install

I'm not sure how much it speeds up the processing as I've not timed it.

Duncan


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to