Antergos / web-greeter

A modern, visually appealing greeter for LightDM.
http://antergos.github.io/web-greeter
GNU General Public License v3.0
232 stars 57 forks source link

ModuleNotFoundError: No module named 'whither' #182

Closed ahloiscreamo closed 5 years ago

ahloiscreamo commented 5 years ago

1.- i install whither using pip ,they installed succesfully but when i log out and log in back i issues 'web-greeter' on terminal and it out put missing module whither. 2- i installed from source file but same problem missing module.

terminal output

~
❯ web-greeter
Traceback (most recent call last):
  File "/usr/lib64/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib64/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/bin/web-greeter/__main__.py", line 37, in <module>
ModuleNotFoundError: No module named 'whither'

~
❯
lots0logs commented 5 years ago

Try installing it using pip instead of from source. That should work.