pbinkley / twarc-report

Data conversions and examples for generating reports from twarc collections using tools such as D3.js
Creative Commons Zero v1.0 Universal
55 stars 6 forks source link

archive.py #11

Closed lkjonessoc closed 7 years ago

lkjonessoc commented 8 years ago

Hello,

When I try to execute harvest.py, I receive the following error:

Traceback (most recent call last): File "./harvest.py", line 41, in archive.main() File "twarc/utils/archive.py", line 76, in main sys.exit(1) NameError: global name 'sys' is not defined

Am I making a mistake?