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

Reply via email to