Bobby Impollonia <bob...@gmail.com> added the comment:

Did you convert the project using make_perf3.sh? This benchmark is in the 2to3 
group and not the 2n3 group because it won't work without conversion.

Using the attached patch, the following sequence of commands works for me to 
run the benchmark with python 3.1:

hg clone http://hg.python.org/benchmarks/ py2benchmarks
cd py2benchmarks/
hg import mako.patch 
mkdir ../py3benchmarks
cd ../py3benchmarks
../py2benchmarks/make_perf3.sh ../py2benchmarks
python3.1 perf.py -f -b mako python3.1 python3.1

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10448>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to