emareg / paper-checker

Find simple grammar mistakes in scientific documents.
17 stars 9 forks source link

Executable zip file is broken #18

Closed emareg closed 4 years ago

emareg commented 4 years ago

The __main__.py searches for a subfolder papercheck which is not present in the zip file:

Traceback (most recent call last):
  File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "./paperchecker/__main__.py", line 67, in <module>
ModuleNotFoundError: No module named 'papercheck

__main__.py:67 states from papercheck.checker.grammar import checkGrammar