I've been playing with my N800 for less than 48 hours so I wouldn't dare post this as anything other than a newbie, but this seems quite technical.
Long story as short as possible:
- Installed Python to then install gpodder.
- Ran gpodder, experimented to see if it would accept an OPML file.
- Nothing appeared, so either no, or not the file I wanted to import.
- It now crashes as it starts up. Reinstalling changes nothing.
I've found threads with similar symptoms but my XTerm output differs from theirs. See below. Can anybody help me get this back on its feet? Help greatly appreciated.
Code:
BusyBox v1.4.1 (2007-03-12 19:00:25 EET) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
Nokia-N800-26:~# gpodder
python2.5[6151]: GLIB WARNING ** libglade - unknown property `pack_direction' fo
r class `GtkMenuBar'
python2.5[6151]: GLIB WARNING ** libglade - unknown property `child_pack_directi
on' for class `GtkMenuBar'
FATAL ERROR: http://www.w3.org/TR/html4/frameset.dtd:21:2: syntax error
Traceback (most recent call last):
File "/usr/bin/gpodder", line 148, in <module>
sys.exit(main())
File "/usr/bin/gpodder", line 144, in main
gpodder.main( __version__)
File "/usr/lib/python2.5/site-packages/gpodder/gpodder.py", line 1259, in main
g_podder = Gpodder()
File "/usr/lib/python2.5/site-packages/gpodder/gpodder.py", line 110, in __ini
t__
SimpleGladeApp.__init__(self, path, root, domain, **kwargs)
File "/usr/lib/python2.5/site-packages/gpodder/SimpleGladeApp.py", line 108, i
n __init__
self.new()
File "/usr/lib/python2.5/site-packages/gpodder/gpodder.py", line 201, in new
self.channels = reader.read(False)
File "/usr/lib/python2.5/site-packages/gpodder/libgpodder.py", line 365, in re
ad
reader.parseXML(channel.url, cachefile)
File "/usr/lib/python2.5/site-packages/gpodder/librssreader.py", line 71, in p
arseXML
parser.parse( filename)
File "debian/python2.5-xml/usr/lib/python2.5/site-packages/_xmlplus/sax/expatr
eader.py", line 109, in parse
File "debian/python2.5-xml/usr/lib/python2.5/site-packages/_xmlplus/sax/xmlrea
der.py", line 123, in parse
File "debian/python2.5-xml/usr/lib/python2.5/site-packages/_xmlplus/sax/expatr
eader.py", line 216, in feed
File "debian/python2.5-xml/usr/lib/python2.5/site-packages/_xmlplus/sax/expatr
eader.py", line 315, in end_element
File "/usr/lib/python2.5/site-packages/gpodder/librssreader.py", line 94, in e
ndElement
self.channel.title = self.current_element_data
AttributeError: 'NoneType' object has no attribute 'title'
I've been playing with my N800 for less than 48 hours so I wouldn't dare post this as anything other than a newbie, but this seems quite technical.
Long story as short as possible:
- Installed Python to then install gpodder.
- Ran gpodder, experimented to see if it would accept an OPML file.
- Nothing appeared, so either no, or not the file I wanted to import.
- It now crashes as it starts up. Reinstalling changes nothing.
I've found threads with similar symptoms but my XTerm output differs from theirs. See below. Can anybody help me get this back on its feet? Help greatly appreciated.
Tom.