[Trac-tickets] [The Trac Project] #1501: Error when going from 0.8.0 to 0.8.1

The Trac Project noreply at edgewall.com
Sun May 1 13:25:08 EDT 2005


#1501: Error when going from 0.8.0 to 0.8.1
---------------------+------------------------------------------------------
       Id:  1501     |      Status:  new                                  
Component:  general  |    Modified:  Sun May  1 13:25:03 2005             
 Severity:  blocker  |   Milestone:  0.5                                  
 Priority:  normal   |     Version:  0.8.1                                
    Owner:  jonas    |    Reporter:  Bernd VanSkiver <bernd at vanskiver.com>
---------------------+------------------------------------------------------
 I just downloaded the 0.8.1 Trac code and ran the setup.py install script
 and now whenever I try to do anything with Trac I get the following error:

 {{{
 Trac detected an internal error:

 'tuple' object is not callable

 Traceback (most recent call last):
   File "C:/Python23/share/trac/cgi-bin/trac.cgi", line 24, in ?
     import trac.core
   File "C:\Python23\Lib\site-packages\trac\core.py", line 37, in ?
     import Environment
   File "C:\Python23\Lib\site-packages\trac\Environment.py", line 33, in ?
     import db_default
   File "C:\Python23\Lib\site-packages\trac\db_default.py", line 349, in ?
     data = (('enum',
 TypeError: 'tuple' object is not callable
 }}}

 Nothing with my Trac sites will now work, I need to get this fixed ASAP.
 I am running ActiveState Python 2.3.5 on Windows 2003

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


More information about the Trac-Tickets mailing list