I'm using sympy on my site together with django and mod_wsgi.
From time to time (i.e. this error is not reproducible) I've got the following error:
TypeError: cannot determine truth value of
3*pi/8 >= 7*pi/8
In other words, error is raised when I try to compare numerical values.
Can someone explain why is that and how can I avoid it?
Thank you.