Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#28634 closed Uncategorized (invalid)

after install new version 1.11.5 there is an error "No module named 'django.apps'"

Reported by: VALDEMAR M PAVESI Owned by: nobody
Component: Uncategorized Version: 1.11
Severity: Normal Keywords: new version 1.11.5
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Tim Graham)

C:\ipsl\CLOUD_PACO_IPSL_AUTOMATION\TESTCASES\CONFIG\WebIPSLconfigCloudEPC>manage.py runserver
Traceback (most recent call last):
  File "C:\ipsl\CLOUD_PACO_IPSL_AUTOMATION\TESTCASES\CONFIG\WebIPSLconfigCloudEPC\manage.py", line 8, in <module>
    from django.core.management import execute_from_command_line
  File "C:\Users\nokia\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\core\management\__init__.py", line 10, in <module>
    from django.apps import apps
ModuleNotFoundError: No module named 'django.apps'

I did the downgrade to 1.11.4 and have no issues.

regards!
Valdemar

Change History (5)

comment:1 by Tim Graham, 6 years ago

Description: modified (diff)
Resolution: needsinfo
Status: newclosed

It's impossible to say why Django would be at fault here. If you can explain why, please reopen.

comment:2 by VALDEMAR M PAVESI, 6 years ago

Hello Tim.

it is same apps running from release 1.9

every time there is a new release I am doing the upgrade.

it is first time that get new release 1.11.5 and got this problem , "No module named 'django.apps'"

I went back to 1.11.4 and everything is working fine.

What else is necessary to debug it ?

regards!
Valdemar

comment:3 by Tim Graham, 6 years ago

You could provide a sample project that exhibits the behavior.

comment:4 by VALDEMAR M PAVESI, 6 years ago

Hello Tim.

thanks, problem solved, i did re-install again 1.11.5 and everything is working fine.

+++
Installing collected packages: Django
  Found existing installation: Django 1.11.4
    Uninstalling Django-1.11.4:
      Successfully uninstalled Django-1.11.4
Successfully installed Django-1.11.5

++++

C:\ipsl\CLOUD_PACO_IPSL_AUTOMATION\TESTCASES\CONFIG\SYS
start web
Performing system checks...

System check identified no issues (0 silenced).
September 26, 2017 - 13:50:55
Django version 1.11.5, using settings 'mainweb.settings'
Starting development server at http://0.0.0.0:8000/
Quit the server with CTRL-BREAK.

++++

many thanks for your amazing project

regards!
Valdemar

Last edited 6 years ago by Tim Graham (previous) (diff)

comment:5 by Tim Graham, 6 years ago

Resolution: needsinfoinvalid
Note: See TracTickets for help on using tickets.
Back to Top