bshao001 / ChatLearner

A chatbot implemented in TensorFlow based on the seq2seq model, with certain rules integrated.
Apache License 2.0
538 stars 212 forks source link

settings.py #72

Closed googleooer closed 5 years ago

googleooer commented 5 years ago

PS C:\Users\username\Desktop\chatlearner\chatbot> python botui.py Traceback (most recent call last): File "botui.py", line 20, in from settings import PROJECT_ROOT ImportError: No module named 'settings'

how can i fix it? i set up pythonpath but it doesnt work.