Jason Tackaberry wrote:
> On Wed, 2006-08-02 at 14:36 +0200, Dirk Meyer wrote:
>> Right, None is nothing you can unpickle.
>
> The next question is how are those empty rows getting there.

Looks like

        self._db_query("INSERT OR REPLACE INTO types VALUES(?, ?, ?, ?)", 
                       (cur_type_id, type_name, buffer(cPickle.dumps(attrs, 2)),
                        buffer(cPickle.dumps(indexes, 2))))

Before that, _load_object_types works, after that it crashes. The
values used here are None, 'file' and the two buffer objects.


Dischi

-- 
"A deadline has a wonderful way of focusing the mind." -
Professor Moriarty, Ship in a Bottle, Star Trek: The Next
Generation

Attachment: pgpvw7gAtpfcL.pgp
Description: PGP signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to