New submission from Haoyu Bai <[EMAIL PROTECTED]>: After install Python 3.0 r64319 on my Linux system, running 2to3 given the below error:
$ 2to3 hello23.py Traceback (most recent call last): File "/usr/bin/2to3", line 5, in <module> sys.exit(refactor.main("lib2to3/fixes")) File "/usr/lib/python3.0/lib2to3/refactor.py", line 81, in main rt = RefactoringTool(fixer_dir, options) File "/usr/lib/python3.0/lib2to3/refactor.py", line 160, in __init__ self.pre_order, self.post_order = self.get_fixers() File "/usr/lib/python3.0/lib2to3/refactor.py", line 180, in get_fixers fix_names = get_all_fix_names(self.fixer_dir) File "/usr/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' ---------- assignee: collinwinter components: 2to3 (2.x to 3.0 conversion tool) messages: 68319 nosy: bhy, collinwinter severity: normal status: open title: 2to3 can't find fixes_dir _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3131> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com