Hi again, > Threading is also working, no errors importing it. As for > do_translate, I threw out some info from that earlier, and it seemed > to output what it should (ie the chosen lang), but I will go back to > that and debug it further.
Couple more thoughts: 1. What Django release are you on? Does an upgrade to the latest trunk alleviate the problem? 2. How are you running the server? Is it the Django internal development server? FastCGI? There used to be a problem with runfcgi in preforked mode. If you're using that, perhaps change to threaded mode. -Rajesh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

