Module lock error when starting development server

2019-06-11 Thread James Farris
Do you have a venv running in another venv? You could try installing and running gdb https://wiki.python.org/moin/DebuggingWithGdb It may give you more insight. But Deadlocking is essentially one python process clobbering another causing the app to lock up. -- You received this message

Module lock error when starting development server

2019-06-11 Thread Jonty Needham
Stuck. If anyone has ideas that would be brilliant. Django 2.2, running on Ubuntu 18.04 in a venv $ python manage.py runserver Exception in thread django-main-thread: Traceback (most recent call last): File