Conversion error when using Python 2to3

874 Views Asked by At

When running this cmd:

2to3  util.py -v -p -w

I have this message :

RefactoringTool: Adding transformation: zip
RefactoringTool: Can't parse util.py: ParseError: bad input: type=1, value='f', context=(' ', (150, 11))
RefactoringTool: No changes in util.py
RefactoringTool: No files need to be modified.
RefactoringTool: There was 1 error:
RefactoringTool: Can't parse util.py: ParseError: bad input: type=1, value='f', context=(' ', (150, 11))

1) How to identify the line of the file concerned ?

0

There are 0 best solutions below