[Trac-tickets] [The Trac Project] #1527: fatal error in

The Trac Project noreply at edgewall.com
Tue May 10 18:14:07 EDT 2005


#1527: fatal error in
---------------------+------------------------------------------------------
       Id:  1527     |      Status:  new                     
Component:  general  |    Modified:  Tue May 10 18:14:02 2005
 Severity:  blocker  |   Milestone:                          
 Priority:  high     |     Version:  devel                   
    Owner:  jonas    |    Reporter:  xris                    
---------------------+------------------------------------------------------
 Just upgraded to [1645] and I now get this:  (I assume it's a python 2.2
 type error)
 {{{
 invalid syntax (auth.py, line 106)

 Traceback (most recent call last):
   File "/var/www/trac/cgi-bin/trac.cgi", line 25, in ?
     from trac.web import cgi_frontend
   File "/usr/lib/python2.2/site-packages/trac/web/cgi_frontend.py", line
 23, in ?
     from trac.web.main import Request, dispatch_request, send_pretty_error
   File "/usr/lib/python2.2/site-packages/trac/web/main.py", line 25, in ?
     from trac.web.auth import Authenticator
   File "/usr/lib/python2.2/site-packages/trac/web/auth.py", line 106
      yield 'metanav', 'login', 'logged in as %s' \
                    ^
  SyntaxError: invalid syntax
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1527>
The Trac Project <>


More information about the Trac-Tickets mailing list