I'm tring to import XMindDocument from mekk.xmind but I've gotten the error:
"ImportError: No module named mekk.xmind"
I've used pip to install mekk.xmind
pip install mekk.xmind
error: command '"C:\Users\frank\AppData\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\amd64\cl.exe"' failed with exit status 2
Can anyone help?
The module is broken.
I ended up manually copying the files
cp -r <location>/mekk/xmind mekkxmind(where<location>can be found viapip show mekk.xmind) to my working directory and import it from there: