P
I was hoping to run a benchmark of Python on my XO laptop. I did an svn checkout from the trunk and it failed to run. I also tried running the test on a Mac and Linux box with the same results.
This seems to be the only Python benchmark program I can find, so it's unfortunate I can't get it to work.
-------------------------------------------------------------------------------
PYBENCH 2.0
-------------------------------------------------------------------------------
Traceback (most recent call last):
File "./pybench.py", line 959, in
PyBenchCmdline()
File "/tmp/pybench/CommandLine.py", line 346, in __init__
rc = self.main()
File "./pybench.py", line 840, in main
platform.python_implementation(),
AttributeError: 'module' object has no attribute 'python_implementation'