Beiträge von tracer



    Enigma2 doesn't start ... with newest enigma2 enigma2-plugins enigma2-skins....

    XXXX@XXXX ~/7025 $ make image
    Initial database already existing, ok.
    Trying to pull the newest revision of the meta database. you can
    disable this by setting DISABLE_UPDATE=1 in the Makefile-opendreambox
    /usr/local/bin/mtn pull --db=oe.mtn monotone.openembedded.org org.openembedded.dreambox
    mtn: doing anonymous pull; use -kKEYNAME if you need authentication
    mtn: connecting to monotone.openembedded.org
    mtn: finding items to synchronize:
    mtn: certificates | keys | revisions
    mtn: 27300 | 35 | 9006
    mtn: bytes in | bytes out | certs in | revs in
    mtn: 1.2 k | 1.4 k | 0/0 | 0/0
    mtn: successful exchange with monotone.openembedded.org
    svn checkout "svn://svn.berlios.de/bitbake/"/tags/bitbake-1.6.8 bb
    svn: Can't connect to host 'svn.berlios.de': Connection refused
    make: *** [bb] Error 1
    XXXX@XXXX ~/DS7025 $



    ?

    Hmm, Does exist also a ChngeLog for


    - Enigma2-plugins
    - Enigma2-skins
    - Whole OE - for example dvbmodules was changed, Hdparm or somethink ?


    Where can check this also ?

    Any idea about this?


    I ve got ready parser xml


    XML
    <?xml version="1.0" encoding="iso-8859-1"?>
    <sthlist>
    <sth attribute1="XXXXX" attribute2="111" attribute3="" />
    <sth attribute1="ZZZZZ" attribute2="222" attribute3="" /> 
    </sthlist>



    Python
    from xml.dom import minidom
    xmldoc = minidom.parse('/tmp/test.xml')
    xmldoc




    Any one tried make this working ?


    for example just read all attribute1 lines, and put it into somethink like


    new eListBox<eListBoxEntryText>(this);


    I think it is Config Values ? - read attribute1="TEST"


    and we see TEST and wehn we move right or left it will be changed - it depends how many lines we ve got ... any help ?


    Thank you very much

    So, Finally I got working OE tree on Gentoo 2007.0 ( gcc 3.4.5 )


    On Class:


    I put my code:


    from Screens.PluginBrowser import *


    class InfoBarTimeshift:
    def __init__(self):
    self.session = session
    self.session.open(PluginBrowser)



    But it doesn't works...


    ritzMo


    Did you ever ty to but Plugins on Yellow...?