KeyError: '13'

Phanindra Ramesh Challa cpr.17a at gmail.com
Thu Jun 7 01:55:30 EDT 2012


I got metatype compiled. Thanks for your help

On Wed, Jun 6, 2012 at 6:44 PM, Peter Otten <__peter__ at web.de> wrote:

> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120607/2e934e0b/attachment.html>


More information about the Python-list mailing list