I tried to clean up manage.py in my project today, and it returned “Segmentation Error” for more information. I tried setting verbose mode to 3 (-v 3), but that still didn't show anything.
What could be the source of the problem? Django 1.3.1, PostgreSQL 8.3, running on a Ubuntu server
UPD : here is the last trace bit for python -vv manage.py cleanup :
import django.contrib.admin.models
source share