diging / tethne

Python module for bibliographic network analysis.
http://diging.github.io/tethne/
GNU General Public License v3.0
81 stars 32 forks source link

'module' object has no attribute 'wos' #181

Closed MarieDumaz closed 4 years ago

MarieDumaz commented 4 years ago

Hello, I tried following this tutorial https://pythonhosted.org/tethne/tutorial.coauthors.html#reading-wos-data to load a WoS file.

Here's the exact lines of code: import tethne.readers as rd papers = rd.wos.read("/Path/To/FirstDataSet.txt")

I get 'module' object has no attribute 'wos'

Could you please look into it? Thank you.

MarieDumaz commented 4 years ago

Sorry, I didn't see that I was using the wrong documentation. Used this one http://diging.github.io/tethne/ and it's working fine so far.