Modify ↓
Opened 17 years ago
Closed 17 years ago
#3451 closed defect (fixed)
Cannot build git plugin against 0.11
| Reported by: | anonymous | Owned by: | Herbert Valerio Riedel |
|---|---|---|---|
| Priority: | normal | Component: | GitPlugin |
| Severity: | normal | Keywords: | |
| Cc: | armando@… | Trac Release: | 0.11 |
Description
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?
Attachments (0)
Note: See
TracTickets for help on using
tickets.



Those lines are Python 2.5. You probably have 2.4.