vungocbinh2009/pytexexam

module "answer" not found

Closed this issue · 1 comments

Hi,
I was testing the app and I have found this error:

/usr/local/lib/python3.6/dist-packages/pytexexam/question.py in ()
----> 1 from answer import Answer
2 import random
3 from typing import Dict
4
5

ModuleNotFoundError: No module named 'answer'

`
Something missing?
Regards
Robert

Hi Robert
Maybe I don't import answer.py file in __init__.py file (I haven't used Python for a long time, so I'm not sure)
And you also do not need to import this file to use. You can read README.md to see example.