|
Post Closed as "exact duplicate" by S.Lott
|
||||
|
|
||||
|
3 | formatted as code for easy reading | ||
|
Installed Django on python2.6. when try to import modules it gives following error:
Can anyone help. |
||||
|
2 | added 400 characters in body | ||
|
Installed Django on python2.6. when try to import modules it gives following error: IDLE 2.6 from dgango.db django.db import models Traceback (most recent call last): File "", line 1, in from dgango.db django.db import models File "C:\Python26\Lib\site-packages\django\db__init__.py", line 9, in if not settings.DATABASE_ENGINE: File "C:\Python26\Lib\site-packages\django\conf__init__.py", line 28, in getattr self._import_settings() File "C:\Python26\Lib\site-packages\django\conf__init__.py", line 57, in _import_settings raise ImportError("Settings cannot be imported, because environment variable %s is undefined." % ENVIRONMENT_VARIABLE) ImportError: No module named dgango.dbSettings cannot be imported, because environment variable DJANGO_SETTINGS_MODULE is undefined. Can anyone help. |
||||
|
1 |
|
||
