I got metatype compiled. Thanks for your help<br><br><div class="gmail_quote">On Wed, Jun 6, 2012 at 6:44 PM, Peter Otten <span dir="ltr"><<a href="mailto:__peter__@web.de" target="_blank">__peter__@web.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Phanindra Ramesh Challa wrote:<br>
<br>
[Please hit "reply-all" in you email client when you answer a post. That way<br>
it will appear on the mailing list and give more people a chance to answer]<br>
<div class="im"><br>
> output of the is just the line<br>
> "sizes".<br>
<br>
>> and then decide if you to need to change the lookup key or to add records<br>
>> to the database.<br>
>><br>
> How can I add recors to the database?<br>
<br>
</div>The Python part of the answer is<br>
<br>
db[some_key] = some_value<br>
<br>
but I fear that won't help. Google suggests you are struggling with the<br>
metatype project If so, there seems to be a corresponding mk_db.py that you<br>
can use. I don't know anything about metatype, but the comment in mk_db.py<br>
at<br>
<a href="http://metatype.cvs.sourceforge.net/viewvc/metatype/metatype/mk_db.py?revision=1.3&view=markup" target="_blank">http://metatype.cvs.sourceforge.net/viewvc/metatype/metatype/mk_db.py?revision=1.3&view=markup</a><br>

<br>
tells to run it like so:<br>
<br>
find . -name '*.ugs' | python mk_db.py -a glyphlist -o dbmfile<br>
<br>
Perhaps you ran it, but there weren't any *.ugs files?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></span></blockquote></div><br>