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 barry-scott
Recipients barry-scott, collinwinter
Date 2008-07-20.08:07:04
SpamBayes Score 0.004130794
Marked as misclassified No
Message-id <1216541227.58.0.862613379472.issue3420@psf.upfronthosting.co.za>
In-reply-to
Content
$ sw_vers 
ProductName:    Mac OS X
ProductVersion: 10.4.11
BuildVersion:   8S165
$ python3.0
Python 3.0b2 (r30b2:65080, Jul 20 2008, 08:46:13) 
[GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 

$ /Library/Frameworks/Python.framework//Versions/3.0/bin/2to3 a.py
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework//Versions/3.0/bin/2to3",
line 5, in <module>
    sys.exit(refactor.main("lib2to3/fixes"))
  File
"/Library/Frameworks/Python.framework/Versions/3.0/lib/python3.0/lib2to3/refactor.py",
line 81, in main
    rt = RefactoringTool(fixer_dir, options)
  File
"/Library/Frameworks/Python.framework/Versions/3.0/lib/python3.0/lib2to3/refactor.py",
line 160, in __init__
    self.pre_order, self.post_order = self.get_fixers()
  File
"/Library/Frameworks/Python.framework/Versions/3.0/lib/python3.0/lib2to3/refactor.py",
line 182, in get_fixers
    fix_names = get_all_fix_names(self.fixer_dir)
  File
"/Library/Frameworks/Python.framework/Versions/3.0/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-07-20 08:07:08barry-scottsetspambayes_score: 0.00413079 -> 0.004130794
recipients: + barry-scott, collinwinter
2008-07-20 08:07:07barry-scottsetspambayes_score: 0.00413079 -> 0.00413079
messageid: <1216541227.58.0.862613379472.issue3420@psf.upfronthosting.co.za>
2008-07-20 08:07:05barry-scottlinkissue3420 messages
2008-07-20 08:07:04barry-scottcreate