This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou
Date 2008-03-20.18:45:17
SpamBayes Score 0.06072638
Marked as misclassified No
Message-id <1206038718.43.0.678632564965.issue2435@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-03-20 18:45:18pitrousetspambayes_score: 0.0607264 -> 0.06072638
recipients: + pitrou
2008-03-20 18:45:18pitrousetspambayes_score: 0.0607264 -> 0.0607264
messageid: <1206038718.43.0.678632564965.issue2435@psf.upfronthosting.co.za>
2008-03-20 18:45:17pitroulinkissue2435 messages
2008-03-20 18:45:17pitroucreate