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 HWJ
Recipients HWJ, benjamin.peterson, bhy, collinwinter
Date 2008-06-20.15:31:40
SpamBayes Score 0.01690665
Marked as misclassified No
Message-id <1213975902.8.0.660375160365.issue3131@psf.upfronthosting.co.za>
In-reply-to
Content
The suggested fix succeeds but then the next problem occurs

Traceback (most recent call last):
  File "/usr/local/bin/2to3", line 6, in <module>
sys.exit(refactor.main(fixers))
  File "/usr/local/lib/python3.0/lib2to3/refactor.py", line 81, in main
rt = RefactoringTool(fixer_dir, options)
  File "/usr/local/lib/python3.0/lib2to3/refactor.py", line 160, in 
__init__
self.pre_order, self.post_order = self.get_fixers()
  File "/usr/local/lib/python3.0/lib2to3/refactor.py", line 185, in 
get_fixers
mod = __import__(fixer_pkg + ".fix_" + fix_name, {}, {}, ["*"])
ValueError: Empty module name
History
Date User Action Args
2008-06-20 15:31:43HWJsetspambayes_score: 0.0169067 -> 0.01690665
recipients: + HWJ, collinwinter, benjamin.peterson, bhy
2008-06-20 15:31:42HWJsetspambayes_score: 0.0169067 -> 0.0169067
messageid: <1213975902.8.0.660375160365.issue3131@psf.upfronthosting.co.za>
2008-06-20 15:31:41HWJlinkissue3131 messages
2008-06-20 15:31:40HWJcreate