I am getting the following exception when trying to run my app.
ValueError at /
signal only works in main thread
/srv/www/envs/cwu/lib/python2.7/site-packages/statprof.py in stop
260. signal.signal(signal.SIGPROF, signal.SIG_IGN)
If I remove 'profiler.middleware.StatProfMiddleware', from MIDDLEWARE_CLASSES, the problem disappears but I have installed django-live-profiler specifically for python profiling.
I run the test server (./manage.py runserver). Any help, please?
I am getting the following exception when trying to run my app.
If I remove
'profiler.middleware.StatProfMiddleware',fromMIDDLEWARE_CLASSES, the problem disappears but I have installed django-live-profiler specifically for python profiling.I run the test server (./manage.py runserver). Any help, please?