Edgewall Software

Changes between Version 42 and Version 43 of TracOnDebian


Ignore:
Timestamp:
Dec 29, 2004, 1:39:53 PM (19 years ago)
Author:
bryan@…
Comment:

Fixed the python install line, and a typo

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebian

    v42 v43  
    4646 * Trac 0.8 runs better with Python 2.2 and python-xml (without them, diffs and attachment uploading may not work):
    4747{{{
    48 apt-get install python 2.2 python-xml
     48apt-get install python2.2-xmlbase python2.2-sqlite
    4949cd /usr/bin
    5050mv python python.orig
     
    130130  Finally, test by going to !http://servername.foo.com/cgi-bin/trac.cgi
    131131
    132   On my installation, I do get some errors ("Python C API version mismatch for module ''blah''") when I run trac-admin at the commandline. This is probably because I didn't upgarde to Python2.2 until ''after'' I installed Trac. Hopefully these errors will be avoided by upgradng Python first, but in any case they don't seem to hurt Trac at all. Everything works perfectly! ''bryan@lockwoods.us''
     132  On my installation, I do get some errors ("Python C API version mismatch for module ''blah''") when I run trac-admin at the commandline. This is probably because I didn't upgrade to Python2.2 until ''after'' I installed Trac. Hopefully these errors will be avoided by upgradng Python first, but in any case they don't seem to hurt Trac at all. Everything works perfectly! ''bryan@lockwoods.us''
    133133
    134134