omnigraffle-export
omnigraffle-export copied to clipboard
Unable to pip install
Hi... omnigraffle-export looks like a very useful tool.
It fails to pip install into a clean virtual environment. So, I tried to interrogate the code, but have discovered that I need a Foundation library. This sounds like a Python interface to MacOS Foundation API, but I'm not sure about this.
Which specific Foundation dependency do I need to be able to compile this tool?
Regards, Indika
Hi,
It looks like the setup.py is not complete. You need pyobjc
. You can try to add it to the setup.py
dependencies. Any patches are welcomed :-)
Filip
I'll patch it. I haven't patched a pip package before, but now's a good time to find out.