2000-01-12 19:13:29 +00:00
|
|
|
eexecOp is imported by the fontTools.misc.eexec module, and the latter
|
|
|
|
provides a (slow) Python implementation in case eexecOp isn't there.
|
|
|
|
It is designed to be a shared library, to be placed in
|
|
|
|
FontTools/Lib/fontTools/misc/
|
2001-08-09 19:06:39 +00:00
|
|
|
but it should also work as a (possibly statically linked) top level module.
|
2000-01-12 19:13:29 +00:00
|
|
|
|
2001-08-09 19:06:39 +00:00
|
|
|
It is built automatically when you run
|
2000-01-12 19:13:29 +00:00
|
|
|
|
2001-08-09 19:06:39 +00:00
|
|
|
python setup.py build
|
|
|
|
or
|
|
|
|
python setup.py install
|
|
|
|
|
|
|
|
in the top level FontTools directory.
|
2000-01-12 19:13:29 +00:00
|
|
|
|
|
|
|
Just
|