ads_bibdesk
ads_bibdesk copied to clipboard
print msg : missing parentheses (line 69 adsbibdesk.py)
A problem lies in incorrect syntax of the error print statement :
adsbibdesk --help
Traceback (most recent call last):
File "/Users/chris/anaconda3/bin/adsbibdesk", line 9, in
I'm finding the same problem. Looking at the source, the error message in question is a request to install PyObjC from the given URL. Doing so using pip ensures that from the command line, I can import AppKit, which is the thing whose failure throws the error. Nonetheless, I continue to get the error. So I'm a bit confused about what is going on.