Modify ↓
Opened 17 years ago
Closed 16 years ago
#2937 closed defect (invalid)
Syntax Error
Reported by: | anonymous | Owned by: | Herbert Valerio Riedel |
---|---|---|---|
Priority: | normal | Component: | GitPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I tried to install the plugin from Subversion, using the following steps:
svn co http://trac-hacks.org/svn/gitplugin/0.10/ cd 0.10 python setup.py bdist_egg
When I ran setup, I go the following error:
File "build/bdist.linux-i686/egg/gitplugin/git_fs.py", line 253 yield("git-"+k, ", ".join(("[%s]" % c) for c in v), True, 'changeset')
I have Python 2.3.4
Attachments (0)
Note: See
TracTickets for help on using
tickets.
See http://trac-hacks.org/wiki/GitPlugin#Requirements