Open Fresheyeball opened 10 years ago
Just got the same error after a fresh install;
I have Python installed by using Homebrew, and XCode. I suspect there is something non-standard in the pythonpath setup, and not related to this project, but I can't seem to figure out how to repair it.
This is mostly the same as #14 and #15. Basically you're missing the PyObjC library. I suspect the package description is incomplete, as it doesn't mention any dependency…
Edit: my bad, setup.py
does contain install_requires = ['appscript','pyobjc']
🙄
my only conclusion now is that package management in Python is hopelessly broken…
Edit 2: seems changing omnigraffle_export.py
as follows helps a bit:
from omnigraffle_export.omnigraffle import *