[Tutor] ttList-module problem
Magnus Lyckå
magnus@thinkware.se
Tue Apr 29 05:59:03 2003
At 11:45 2003-04-29 +0200, Mehta, Anish wrote:
>Hello !
>
>I am having some problem in understanding this code. Firstly i am not
>finding TTFont which is being imported with the command
>
>from fontTools.ttLib import TTFont
It's even worse for me...
>>> import fontTools
Traceback (most recent call last):
File "<interactive input>", line 1, in ?
ImportError: No module named fontTools
fontTools is not a standard library. It's probably helpful to
explain what python packages you are working with. This might
also be a question which is too specific for this mailing list.
--
Magnus Lycka (It's really Lyckå), magnus@thinkware.se
Thinkware AB, Sweden, www.thinkware.se
I code Python ~ The shortest path from thought to working program