I cannot build the current zip, or svn checkout of GitPlugin.
byte-compiling build/bdist.linux-i686/egg/tracext/git/git_fs.py to git_fs.pyc
File "build/bdist.linux-i686/egg/tracext/git/git_fs.py", line 361
yield (self.path, rev, Changeset.EDIT if not is_last else Changeset.ADD)
^
SyntaxError: invalid syntax
byte-compiling build/bdist.linux-i686/egg/tracext/git/PyGIT.py to PyGIT.pyc
File "build/bdist.linux-i686/egg/tracext/git/PyGIT.py", line 71
with self.__lock:
^
SyntaxError: invalid syntax
byte-compiling build/bdist.linux-i686/egg/tracext/git/__init__.py to __init__.pyc
installing package data to build/bdist.linux-i686/egg
The .zip has just the first error, the svn checkout is as above. When installed, the egg tosses the same error.
Suggestions?