I have no idea why it works when it is run on server, but the infinite recursion looks like a Babel problem. It is caused by deepcopy-ing a LazyProxy object. I have managed to work around it by modifying LazyProxy object in Babel [1].
Anze [1] https://github.com/astaric/babel/commit/53b38bfc7c06bb20d88897946affc9f28344db9f On Thu, Jun 12, 2014 at 3:12 AM, Antonia Horincar <[email protected]> wrote: > Thanks a lot for your help. TicketIndexer is really helpful for my issue. I > noticed than I can’t initialise TicketIndexer in the Python interpreter (due > to the same runtime error I mentioned earlier), but I can test it when > running it on the server (through match_request and process_request), so > that’s not a problem for now. > > Antonia
