RE: Frozen pyds install
"Bauer, Georg" <[email protected]> Fri, 19 Mar 2004 17:49:02 +0100
| Newsgroups | gmane.comp.python.pyds.user |
|---|---|
| Message-ID | <[email protected]> |
Hi! > Huh... I get a segfault. That's annoying. It appears to be when I > access the title in the subscription to > http://apple.slashdot.org/slashdot.rss Ah, then that's the place where it broke: maybe the column for titles is broken. Metakit uses an interesting storage scheme: tables are layed out in column form. So if one column is broken, only that part is broken, you can still access all other columns of that table. bye, Georg