Message7341

Author Arfrever
Recipients Arfrever
Date 2012-07-30.22:21:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343686886.02.0.553642243474.issue1953@psf.upfronthosting.co.za>
In-reply-to
Content
$ jython2.7 -c 'import lib2to3'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named lib2to3
$

lib2to3/refactor.py contains 'pkg = __import__(fixer_pkg, [], [], ["*"])' line, which does not work with Jython due to issue #1952. I suggest to firstly fix that issue to avoid having to add patched Lib/lib2to3/refactor.py with [] changed to {} in that line.
History
Date User Action Args
2012-07-30 22:21:26Arfreversetrecipients: + Arfrever
2012-07-30 22:21:26Arfreversetmessageid: <1343686886.02.0.553642243474.issue1953@psf.upfronthosting.co.za>
2012-07-30 22:21:26Arfreverlinkissue1953 messages
2012-07-30 22:21:25Arfrevercreate