We have narrowed this issue down to supervisor.
See the updated info: http://pastebin.ca/2308575
supervisor is installed from the repositories and uses python 2.6
The django app is using a manually compiled version of python 2.7
It seems supervisor interferes with environment variables in some way
We have python / django on the server, using supervisor and gunicorn. Using
gunicorn we have an import error while starting django: from django.test
import signals (a line in coffin). If we import from ipython or use import
django.test.signals we have no problem. See http://pastebin.ca/2308541 f
2 matches
Mail list logo