[drats_users] RSS in CentOS 5.2 with 0.2.7b9

Adrian
Sun Oct 12 18:22:56 PDT 2008


From;  /root/download/D-Star/d-rats-linux2/d-rats-0.2.7b9/d_rats/qst.py 
bottom using kedit.
I guess the part I highlighted in bold speaks for itself. I had rss(not 
working properly in function
 though but option was visible) running previously by playing with 
python last week,
but thats a dangerous game.
Any fix for 2.4.3 Dan re; feedparser?



def get_qst_class(typestr):
    classes = {
        _("Text")    : QSTText,
        _("Exec")    : QSTExec,
        _("File")    : QSTFile,
        _("GPS")     : QSTGPS,
        _("GPS-A")   : QSTGPSA,
        _("Station") : QSTStation,
        _("RSS")     : QSTRSS,
        _("CAP")     : QSTCAP,
        _("Weather (WU)") : QSTWeatherWU,
        }

  *  if not HAVE_FEEDPARSER:
        del classes[_("RSS")]*

    return classes.get(typestr, None)

My eyes are working fine thanks David :).

vk4tux



More information about the drats_users mailing list