"Kai Kuehne" <[EMAIL PROTECTED]> writes: > >>> d = {'person': 'user', 'from': vorgestern} > >>> magnolia.bookmarks_find(d) > <type 'exceptions.TypeError'>: bookmarks_find() takes exactly 1 > argument (2 given) > > I'm out of ideas so help is greatly appreciated!
Try magnolia.bookmarks_find(**d) -- http://mail.python.org/mailman/listinfo/python-list