Exaphis / HackQ-Trivia

Yet another HQ Trivia bot. Automatically scrapes HQ Trivia questions without OCR and answers them.
MIT License
89 stars 54 forks source link

Configuration error? #167

Closed mhornblower closed 5 years ago

mhornblower commented 5 years ago

Not sure what is missing here - installed via clone, changed to the correct directory, pip-ed in the requirements, but when executing with Python 3 it craps out. Traceback shows:

File "hq_main.py", line 13, in from hackq_trivia.config import config ModuleNotFoundError: No module named 'hackq_trivia'

Exaphis commented 5 years ago

Oops, probably should've tested this beforehand. Updated README instructions.

Running python3 -m hackq_trivia.hq_main should fix your problem.

mhornblower commented 5 years ago

As you surmised, this fixed the problem. THANKS!