New submission from Shrivatsa Hosabettu <shrivatsa...@gmail.com>:

Please let me know the below error is ok to have or how to resolve it?

3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)]
Traceback (most recent call last):
  Python Shell, prompt 0, line 21
  File "<string>", line 1, in <module>
  File 
"C:\Users\adm\AppData\Local\Programs\Python\Python36-32\Lib\site-packages\django\__init__.py",
 line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
  File 
"C:\Users\adm\AppData\Local\Programs\Python\Python36-32\Lib\site-packages\django\conf\__init__.py",
 line 56, in __getattr__
    self._setup(name)
  File 
"C:\Users\adm\AppData\Local\Programs\Python\Python36-32\Lib\site-packages\django\conf\__init__.py",
 line 43, in _setup
    self._wrapped = Settings(settings_module)
  File 
"C:\Users\adm\AppData\Local\Programs\Python\Python36-32\Lib\site-packages\django\conf\__init__.py",
 line 106, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File 
"C:\Users\adm\AppData\Local\Programs\Python\Python36-32\Lib\importlib\__init__.py",
 line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File 
"C:\Users\adm\AppData\Local\Programs\Python\Python36-32\Lib\importlib\_bootstrap.py",
 line 994, in _gcd_import
    return _find_and_load(name, _gcd_import)
  File 
"C:\Users\adm\AppData\Local\Programs\Python\Python36-32\Lib\importlib\_bootstrap.py",
 line 971, in _find_and_load
    return _find_and_load_unlocked(name, import_)
  File 
"C:\Users\adm\AppData\Local\Programs\Python\Python36-32\Lib\importlib\_bootstrap.py",
 line 941, in _find_and_load_unlocked
    _call_with_frames_removed(import_, parent)
  File 
"C:\Users\adm\AppData\Local\Programs\Python\Python36-32\Lib\importlib\_bootstrap.py",
 line 219, in _call_with_frames_removed
    return f(*args, **kwds)
  File 
"C:\Users\adm\AppData\Local\Programs\Python\Python36-32\Lib\importlib\_bootstrap.py",
 line 994, in _gcd_import
    return _find_and_load(name, _gcd_import)
  File 
"C:\Users\adm\AppData\Local\Programs\Python\Python36-32\Lib\importlib\_bootstrap.py",
 line 971, in _find_and_load
    return _find_and_load_unlocked(name, import_)
  File 
"C:\Users\adm\AppData\Local\Programs\Python\Python36-32\Lib\importlib\_bootstrap.py",
 line 953, in _find_and_load_unlocked
    raise ModuleNotFoundError(_ERR_MSG.format(name), name=name)
builtins.ModuleNotFoundError: No module named 'simplesocial'

----------
messages: 310368
nosy: shri_vatsa
priority: normal
severity: normal
status: open
title: After Python Installation Error
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32607>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to