I've been working on a Django project, my first, with no issues. I closed 
the file and restarted the computer for software updates and I'm now 
receiving the following error:

    Traceback (most recent call last):
      File "manage.py", line 14, in <module>
        execute_manager(settings)
      File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/management/__init__.py",
 
line 436, in execute_manager
    setup_environ(settings_mod)
      File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/management/__init__.py",
 
line 419, in setup_environ
        project_module = import_module(project_name)
      File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/utils/importlib.py",
 
line 35, in import_module
    __import__(name)

    ImportError: No module named Stentorian

The module name is the name of the project. I cannot figure out what could 
possibly be going wrong to cause this error. Any insight into the would be 
most appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/hm3iNCgsTe0J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to