zhiyzuo / python-scopus

PyScopus
http://zhiyzuo.github.io/python-scopus/
MIT License
23 stars 29 forks source link

'Scopus' object has no attribute 'search' #7

Closed Michael-E-Rose closed 7 years ago

Michael-E-Rose commented 7 years ago

The method .search() that you implemented two months ago is not working. Trying to use it I get an AttributeError: 'Scopus' object has no attribute 'search'.

print(dir(scopus))
['__class__', '__delattr__', '__dict__', '__doc__', '__format__', '__getattribute__', '__hash__', '__init__', '__module__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', '_abstract_url_base', '_author_retrieve_url_base', '_author_url_base', '_citation_overview_url_base', '_search_url_base', 'apikey', 'authenticate', 'retrieve_abstract', 'retrieve_author', 'retrieve_citation', 'search_author', 'search_author_publication', 'search_venue']
zhiyzuo commented 7 years ago

I forgot to push it to PYPI. Thanks for letting me know.

Please check if that works now. (Please upgrade pyscopus to the newest version)