BotBuilder-Samples icon indicating copy to clipboard operation
BotBuilder-Samples copied to clipboard

Sample (python/wip/python_django/13.core-bot) fails due to not finding the module named 'app

Open sw-joelmut opened this issue 3 years ago • 0 comments

Context

For more information, see the parent issue. #3436

Sample information

  1. Sample type: Samples
  2. Sample language: python
  3. Sample name: python/wip/python_django/13.core-bot

Describe the bug

The Bot throws the error ModuleNotFoundError: No module named 'app'. at startup time.

Bots Status
python/wip/python_django/13.core-bot • Work in Progress folder.
• Fails due to, ModuleNotFoundError: No module named 'app'.

Expected behavior

Being able to communicate with the bot.

Actual behavior

Fails at startup due to an error ModuleNotFoundError.

sw-joelmut avatar Aug 31 '21 12:08 sw-joelmut