> Hi ..... thanks to Aleksi for porting the Python benchmark. However, I get a parse error referring to the line: > > count +=1 I believe that "+=" increment/assignment is supported in Python 2.0, but not in 1.5.*. You should be able to just change the line to count = count + 1 > > Ken Rhodes > David S. dgjs / acm.org