Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will this work with an App Store purchased version? #24

Open
drusellers opened this issue Mar 11, 2015 · 6 comments
Open

Will this work with an App Store purchased version? #24

drusellers opened this issue Mar 11, 2015 · 6 comments

Comments

@drusellers
Copy link

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

image

@fikovnik
Copy link
Owner

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

@fikovnik
Copy link
Owner

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

@drusellers
Copy link
Author

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

@fikovnik
Copy link
Owner

fikovnik commented Apr 7, 2015

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

@cmbuckley
Copy link
Contributor

cmbuckley commented May 16, 2017

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

See #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants