[issue2435] pybench does not run anymore

2008-03-20 Thread Antoine Pitrou

New submission from Antoine Pitrou [EMAIL PROTECTED]:

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 [EMAIL PROTECTED]
http://bugs.python.org/issue2435
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2435] pybench does not run anymore

2008-03-20 Thread Amaury Forgeot d'Arc

Amaury Forgeot d'Arc [EMAIL PROTECTED] added the comment:

Corrected in r61680. Thanks for the report!

--
nosy: +amaury.forgeotdarc
resolution:  - fixed
status: open - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2435
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com