Edgewall Software

Changes between Version 80 and Version 81 of TracOnDebian


Ignore:
Timestamp:
Apr 14, 2006, 7:15:16 PM (18 years ago)
Author:
dom@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebian

    v80 v81  
    108108
    109109I have found that in Ubuntu, a2ensite trac complains about trac site being unexistent. Manu.
     110
     111
     112
     113Whilst trying to get Trac working on Debian Sarge with Python 2.3, I got the following error:
     114
     115{{{
     116PythonHandler trac.web.modpython_frontend: ImportError: No module named web
     117}}}
     118
     119I found that I had to use this line in the Apache2 config rather than the one given:
     120
     121{{{
     122    # PythonHandler trac.web.modpython_frontend
     123    PythonHandler trac.ModPythonHandler
     124}}}
     125