Re: Issue 2611 in sympy: tensor/index_methods errors in Python 3

2011-07-27 Thread sympy
Updates: Cc: jensen.o...@gmail.com Comment #1 on issue 2611 by vlada.pe...@gmail.com: tensor/index_methods errors in Python 3 http://code.google.com/p/sympy/issues/detail?id=2611 Oyvind, hi, I know you haven't worked on SymPy much lately but as you wrote the tensor stuff perhaps

Re: Issue 2611 in sympy: tensor/index_methods errors in Python 3

2011-07-27 Thread sympy
Comment #2 on issue 2611 by ondrej.c...@gmail.com: tensor/index_methods errors in Python 3 http://code.google.com/p/sympy/issues/detail?id=2611 The algorithm apparently sorts some dictionaries, that you can't do in python 3.0 anymore. So one would have to dig into the algorithm itself too