Phanindra Ramesh Challa wrote: [Please hit "reply-all" in you email client when you answer a post. That way it will appear on the mailing list and give more people a chance to answer]
> output of the is just the line > "sizes". >> and then decide if you to need to change the lookup key or to add records >> to the database. >> > How can I add recors to the database? The Python part of the answer is db[some_key] = some_value but I fear that won't help. Google suggests you are struggling with the metatype project If so, there seems to be a corresponding mk_db.py that you can use. I don't know anything about metatype, but the comment in mk_db.py at http://metatype.cvs.sourceforge.net/viewvc/metatype/metatype/mk_db.py?revision=1.3&view=markup tells to run it like so: find . -name '*.ugs' | python mk_db.py -a glyphlist -o dbmfile Perhaps you ran it, but there weren't any *.ugs files? -- http://mail.python.org/mailman/listinfo/python-list