django création de l'application return _bootstrap._gcd_import

INSTALLED_APPS = [
    …
    'fb_weatherbot'
]

$ ./manage.py startapp fb_weatherbot
Traceback (most recent call last):
…
ImportError: No module named 'fb_weatherbot'
Codemaster