Modify

Opened 15 years ago

Closed 13 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 Ryan J Ollos

Owner: changed from Jeff Hammel to Ryan J Ollos

Changing ticket owner to be new maintainer.

comment:2 Changed 13 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.