meld python3?
- From: JIA Pei <jp4work gmail com>
- To: meld-list gnome org
- Subject: meld python3?
- Date: Tue, 12 Apr 2016 12:13:17 -0700
Hi, all:
I'm trying to rebuild meld with python3 ...The first step is to convert the python2 codes into python3.
I'm using 2to3. There are still 2 error messages as follows:
RefactoringTool: There were 2 errors:
RefactoringTool: Can't parse meldapp.py: ParseError: bad input: type=22, value=u'=', context=('', (216, 48))
RefactoringTool: Can't parse vcview.py: ParseError: bad input: type=22, value=u'=', context=('', (75, 22))
Looks like:
file=self.output
and
file=sys.stderr
are incorrect in python3 ??? And it seems 2to3 does NOT know how to do the conversion?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]