[Python-3000] 2to3 fails here
Helmut Jarausch
jarausch at igpm.rwth-aachen.de
Fri Jun 20 09:10:49 CEST 2008
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?
And could Python-3 please install idle-3.0 instead of plain 'idle'?
Thanks for Python-3
Here: Linux 2.6.25-gentoo-r4 with gcc-4.3.1
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
More information about the Python-3000
mailing list