I am wanting to build Duktape to run under MacOSX. The instructions here say to run the supplied configuration tool at tools/configure.py There are different instructions here saying to run tools/genconfig.py
Both scripts fail with
import yaml
ImportError: No module named yaml
There are files in the distribution ending in .yalm but no file of that name.
Any help would be much appreciated. I have not been able to find any support forum for Duktape.
I've moved on from here. Just compiled Duktape as a single source file with my application and all is good. Resolved.