[issue2435] pybench does not run anymore

Antoine Pitrou report at bugs.python.org
Thu Mar 20 19:45:18 CET 2008


New submission from Antoine Pitrou <pitrou at free.fr>:

I get this on py3k:

$ ./python Tools/pybench/pybench.py 
Traceback (most recent call last):
  File "Tools/pybench/pybench.py", line 391, in <module>
    import Setup
  File "/home/antoine/py3k/unialloc/Tools/pybench/Setup.py", line 34, in
<module>
    from With import *
ImportError: No module named With

It seems like the With.py file in Tools/pybench was not added as part of
an SVN merge from the 2.x trunk.

----------
components: Demos and Tools
messages: 64190
nosy: pitrou
severity: normal
status: open
title: pybench does not run anymore
type: crash
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2435>
__________________________________


More information about the Python-bugs-list mailing list