Modify ↓
Opened 15 years ago
Closed 14 years ago
#5649 closed defect (wontfix)
Install error: invalid syntax autocompleteusers.py line 75
Reported by: | mlasevich | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | AutocompleteUsersPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Repeatable from svn and from source zip:
Processing 0.11 Running setup.py -q bdist_egg --dist-dir /root/trac-ext-sources/AutoCompleteUsers/0.11/egg-dist-tmp-M9Rh6i File "build/bdist.linux-i686/egg/autocompleteusers/autocompleteusers.py", line 75 if sum(name.startswith(query) for name in lastnames): ^ SyntaxError: invalid syntax File "/usr/lib/python2.3/site-packages/AutocompleteUsers-0.4.1-py2.3.egg/autocompleteusers/autocompleteusers.py", line 75 if sum(name.startswith(query) for name in lastnames): ^ SyntaxError: invalid syntax
Maybe due to python 2.3?
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
Owner: | changed from Jeff Hammel to Ryan J Ollos |
---|
comment:2 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Yes, I think that is true:
I can justify supporting Python 2.4, but supporting 2.3 is too much extra effort for the few users that it would help.
Note: See
TracTickets for help on using
tickets.
Changing ticket owner to be new maintainer.