I'm trying to install a package that invokes fontforge from python, and when the script tries to
import fontforge, psMat
I get the error message
ImportError: No module named fontforge
Is some python support for fontforge missing, and where can I obtain it?
Thanks for any tips.
(I am running Mageia 4 for x86_64)
--RC