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

Will this work with an App Store purchased version?

Open drusellers opened this issue 9 years ago • 6 comments

There may be some sandboxing going on as i am getting permission errors.

image

drusellers avatar Mar 11 '15 01:03 drusellers

I found this : http://forums.omnigroup.com/showthread.php?t=31062

which lead to this

https://developer.apple.com/library/mac/releasenotes/AppleScript/RN-AppleScript/RN-10_8/RN-10_8.html

drusellers avatar Mar 11 '15 01:03 drusellers

Could you try the 1.7 version to see if you see the same problem?

fikovnik avatar Mar 12 '15 12:03 fikovnik

It would not solve it - today created a 1.7.1 that has this (not a very good one) fix: 53dddfe8f9c5c034ae6ba5676aed31a16a76a0a5

fikovnik avatar Mar 16 '15 12:03 fikovnik

git checkout develop
sudo python setup.py install

omnigraffle-export -f png ~/Dropbox/MAG/the-line.graffle bob
Traceback (most recent call last):
  File "/usr/local/bin/omnigraffle-export", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2797, in <module>
    parse_requirements(__requires__), Environment()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 576, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: pyobjc-framework-Social==3.0.4

drusellers avatar Mar 24 '15 02:03 drusellers

It is difficult for me to reproduce, I don't get the same error. What you could try is to install this package to see if the problem goes away https://pypi.python.org/pypi/pyobjc-framework-Social either manually or adding it to the setup.py

fikovnik avatar Apr 07 '15 13:04 fikovnik

This issue is seen in OmniGraffle 7 now, as the version information is hardcoded, checking self.og.version()[0] == '6'.

See #27

cmbuckley avatar May 16 '17 12:05 cmbuckley