I'm having the same issue as seen in this post: http://groups.google.com/group/django-users/browse_thread/thread/4eb598a52fee2d14/49cd8b7eae6bd72e?lnk=gst&q=delayed_loader
I'm getting an IndexError: "list index out of range" in delayed_loader.py when it tries to make the call: caller = traceback.extract_stack(limit=2)[0][2] (on line 35) This happens in a view when I'm calling "return render_to_response(...)", where the view imports another file that is using psyco. When I catch the error and look at str(traceback.extract_stack()), I get "[]" When I turn off psyco, I do not get the error. Also, I'm currently using Django revision: 6398 Does anyone know if there is a work around to this, or if it has been handled in a newer django update? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---