Ticket #3451 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Cannot build git plugin against 0.11

Reported by: anonymous Assigned to: hvr
Priority: normal Component: GitPlugin
Severity: normal Keywords:
Cc: armando@goodship.net 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

Change History

07/24/08 20:27:59 changed by anonymous

Those lines are Python 2.5. You probably have 2.4.

07/24/08 23:20:19 changed by anonymous

  • status changed from new to closed.
  • resolution set to fixed.

Bingo; closing.


Add/Change #3451 (Cannot build git plugin against 0.11)




Change Properties
Action