You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extractPage "Person"
Traceback (most recent call last):
..../bin/extractPage", line 8, in <module>
sys.exit(main())
File "....wikiextractor/extractPage.py", line 110, in main
version='%(prog)s ' + version,
NameError: name 'version' is not defined
Running
extractPageis broken:Fix : remove line 111 from ExtractPage : https://github.com/attardi/wikiextractor/blob/master/wikiextractor/extractPage.py#L111