Re: codegen stuff

2010-07-14 Thread Andy Ray Terrel
Okay looks like there was a incompatibility with the str.startswith in python2.4 to 2.5. (2.4 doesn't accept tuple arguments). I've attached a patch. -- Andy On Sat, Jul 10, 2010 at 3:40 PM, Ondrej Certik ond...@certik.cz wrote: It's in, thanks! On Sat, Jul 10, 2010 at 9:56 AM, Øyvind

Re: codegen stuff

2010-07-14 Thread Andy Ray Terrel
I went ahead and pushed this in since the tests were broken. -- Andy On Wed, Jul 14, 2010 at 2:49 PM, Andy Ray Terrel andy.ter...@gmail.com wrote: Okay looks like there was a incompatibility with the str.startswith in python2.4 to 2.5.  (2.4 doesn't accept tuple arguments). I've attached a

Re: codegen stuff

2010-07-10 Thread Øyvind Jensen
Thanks, I'll fix it very soon. Øyvind On 9 Jul, 23:51, certik1 cert...@llnl.gov wrote: Hi, the new patches about codegen are awesome, as well as Tuple and so on. Great job! Ondrej P.S. I tried to compile on my rhel5 box and got some easy to fix things for python2.4.

codegen stuff

2010-07-09 Thread certik1
Hi, the new patches about codegen are awesome, as well as Tuple and so on. Great job! Ondrej P.S. I tried to compile on my rhel5 box and got some easy to fix things for python2.4. cert...@hvis6:~/repos/sympy(master)$ time ./setup.py test Traceback (most recent call last): File