On Fri, Jun 20, 2008 at 2:10 AM, Helmut Jarausch
<[EMAIL PROTECTED]> 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."
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to