[Python-3000] 2to3 fails here
Benjamin Peterson
musiccomposition at gmail.com
Fri Jun 20 15:19:24 CEST 2008
On Fri, Jun 20, 2008 at 2:10 AM, Helmut Jarausch
<jarausch at igpm.rwth-aachen.de> wrote:
> Hi,
>
> for 3.0-beta1 and SVN (2008/06/20) invocation of 2to3 fails with
>
> 2to3 -l
>
> Available transformations for the -f/--fix option:
> Traceback (most recent call last):
> File "/usr/local/bin/2to3", line 5, in <module>
> sys.exit(refactor.main("lib2to3/fixes"))
> File "/usr/local/lib/python3.0/lib2to3/refactor.py", line 62, in main
> for fixname in get_all_fix_names(fixer_dir):
> File "/usr/local/lib/python3.0/lib2to3/refactor.py", line 95, in get_all_fix_names
> names = os.listdir(fixer_dir)
> OSError: [Errno 2] No such file or directory: 'lib2to3/fixes'
>
> What am I missing?
Please see http://bugs.python.org/3131.
--
Cheers,
Benjamin Peterson
"There's no place like 127.0.0.1."
More information about the Python-3000
mailing list