On Fri, 2007-04-20 at 11:19 +0000, simonbun wrote:
> Ok I've found the problem...
> 
> When I said earlier that I tried disabling psyco, I seem to have made
> the silly mistake of disabling it on one project, and testing for the
> result on another. Mental note to self: opening more than 1 project at
> a time will only confuse your little mind.
> 
> Psyco causes the problem, and it's probably limited to my specific
> version of psyco (which is 1.5.1 final, for anyone that's interested).
> I could go dig deeper to see what causes that, but that will be for
> some other day... it's Friday for Pete's sake ;)

Oh. Psyco. :-(

Okay, that actually makes a little bit of sense.  Stack frame
introspection in psyco is a bit hard to do properly. I hadn't thought of
that when I wrote the code in question. Still, it might be possible to
work around this... I'll need to experiment a bit, but you've given me
something to work with.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to