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.

Author bhy
Recipients bhy, collinwinter
Date 2008-06-17.12:55:39
SpamBayes Score 0.00038183597
Marked as misclassified No
Message-id <1213707451.37.0.990669218912.issue3131@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2008-06-17 12:57:33bhysetspambayes_score: 0.000381836 -> 0.00038183597
recipients: + bhy, collinwinter
2008-06-17 12:57:31bhysetspambayes_score: 0.000381836 -> 0.000381836
messageid: <1213707451.37.0.990669218912.issue3131@psf.upfronthosting.co.za>
2008-06-17 12:56:27bhylinkissue3131 messages
2008-06-17 12:56:16bhycreate