omnigraffle-export icon indicating copy to clipboard operation
omnigraffle-export copied to clipboard

Unable to pip install

Open indi-ca opened this issue 11 years ago • 2 comments

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

indi-ca avatar Apr 14 '13 11:04 indi-ca

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

fikovnik avatar Apr 14 '13 12:04 fikovnik

I'll patch it. I haven't patched a pip package before, but now's a good time to find out.

indi-ca avatar Apr 15 '13 08:04 indi-ca