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
python -m wikiextractor.extractPage -v
Traceback (most recent call last):
File "/Users/jorge/.pyenv/versions/3.8.2/lib/python3.8/runpy.py", line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Users/jorge/.pyenv/versions/3.8.2/lib/python3.8/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/Users/jorge/.pyenv/versions/corges/lib/python3.8/site-packages/wikiextractor/extractPage.py", line 118, in
main()
File "/Users/jorge/.pyenv/versions/corges/lib/python3.8/site-packages/wikiextractor/extractPage.py", line 110, in main
version='%(prog)s ' + version,
NameError: name 'version' is not defined
The text was updated successfully, but these errors were encountered:
python -m wikiextractor.extractPage -v
Traceback (most recent call last):
File "/Users/jorge/.pyenv/versions/3.8.2/lib/python3.8/runpy.py", line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Users/jorge/.pyenv/versions/3.8.2/lib/python3.8/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/Users/jorge/.pyenv/versions/corges/lib/python3.8/site-packages/wikiextractor/extractPage.py", line 118, in
main()
File "/Users/jorge/.pyenv/versions/corges/lib/python3.8/site-packages/wikiextractor/extractPage.py", line 110, in main
version='%(prog)s ' + version,
NameError: name 'version' is not defined
The text was updated successfully, but these errors were encountered: