keiffster / program-y

Python 3.x based AIML 2.0 Chatbot interpreter, framework, related programs and knowledge files
https://keiffster.github.io/program-y/
Other
348 stars 138 forks source link

ModuleNotFoundError: No module named 'programy.clients.embed.datagile' #271

Closed vikaspattathe closed 4 years ago

vikaspattathe commented 4 years ago

Tried running the config file bot as per the tutorial : ''' You can also create a config file with all of the configuration options

from programy.clients.embed.datagile import EmbeddedConfigFileBot

EmbeddedConfigFileBot.generate_default_config_file('yaml') '''

i checked the "program-y\src\programy\clients\embed" for datagile directory and it wasnt there.

vikaspattathe commented 4 years ago

Its 'from programy.clients.embed.configfile import EmbeddedConfigFileBot'