Saturday, December 24, 2016

Re: Django stops working with RuntimeError: populate() isn't reentrant

it's hard to tell without any code but I would bet on something akin to circular import.

You could try to remove your application from  INSTALLED_APPS in settings.py then put them back in one by one. This should reduce the amount of code to check.

On 23 Dec 2016 9:48 a.m., "pradam programmer" <pradam.programming@gmail.com> wrote:
this is the traceback i am getting..
(dj-1.7)mahiti@mahiti:~/SST$ python manage.py runserver
Traceback (most recent call last):
  File "manage.py", line 14, in <module>
    execute_from_command_line(sys.argv)
  File "/home/mahiti/dj-1.7/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
    utility.execute()
  File "/home/mahiti/dj-1.7/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute
    django.setup()
  File "/home/mahiti/dj-1.7/local/lib/python2.7/site-packages/django/__init__.py", line 21, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/mahiti/dj-1.7/local/lib/python2.7/site-packages/django/apps/registry.py", line 78, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant

On Fri, Dec 23, 2016 at 1:46 PM, Babatunde Akinyanmi <tundebabzy@gmail.com> wrote:

How about the stack trace?


On 22 Dec 2016 16:43, "pradam programmer" <pradam.programming@gmail.com> wrote:
I restarted hundred times still can't able to rectify it 

On 22 Dec 2016 9:07 pm, "ADEWALE ADISA" <solixzsystem@gmail.com> wrote:

Restart the server

On Dec 22, 2016 4:27 PM, "pradam programmer" <pradam.programming@gmail.com> wrote:
Hi Guys,
I am unable to rectify this error I am doing the following things:
1. I am running the project in django 1.7 later upgraded to 1.7.11 to check whether I fix the issue but no use. :(
2. In settings.py I commented the allowed_host = [*] still no use :(
I don't know why this error is coming..? 
Thank you

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAGGVXBN%2BkjQZeyr2gTMEQm8NLJA8s1MeLJ7tGsjh__wA5D-LLA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAMGzuy8QL1FEodO%2BW30g_c9w5z801jMrgdaM6y90woraSjj6KQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAGGVXBOKK1L-eVzduEqZ9P7-G2JE%3D-357nh0_1z3NaEhJ8YswA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BWjgXMwpiWHz8AuU%3Dwiwt2ZB%3Dnd-dmLb1nVLOiY1JHZMPxaUQ%40mail.gmail.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAGGVXBP_ivqTpkhLO1b0unZiFb6_hU8Ficczuqptr3KHPTST%3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEuG%2BTY1eDsXJ2zt97rmu9KXm6LOF%3D2oNu0OOJ975z_jadHhng%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment