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.
Created on 2008年03月20日 18:45 by pitrou, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg64190 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2008年03月20日 18:45 | |
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. |
|||
| msg64210 - (view) | Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) | Date: 2008年03月20日 21:22 | |
Corrected in r61680. Thanks for the report! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46687 |
| 2008年03月20日 21:22:26 | amaury.forgeotdarc | set | status: open -> closed resolution: fixed messages: + msg64210 nosy: + amaury.forgeotdarc |
| 2008年03月20日 18:45:17 | pitrou | create | |