Edgewall Software

Changes between Version 59 and Version 60 of TracModPython


Ignore:
Timestamp:
Feb 12, 2006, 9:28:29 PM (18 years ago)
Author:
jornh
Comment:

Cleanup: the Windows attachment issue (#554) should be fixed in mod_python > 3.1.4

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v59 v60  
    66'''
    77
    8 Be sure to grab mod_python 3.1.3 and later for ''SetHandler'' ''mod_python'' directive to work.  Also, older versions may generate an internal error (see [http://projects.edgewall.com/trac/ticket/1090 #1090])
     8Be sure to grab mod_python 3.1.3 and later for ''SetHandler'' ''mod_python'' directive to work.  Also, older versions may generate an internal error (see #1090)
    99
    1010What is the preferred MPM method, or does it matter (worker or prefork)
     
    120120=== Win32 Issues ===
    121121Don't feel like compiling the source? Windows installers are available at the following URLs. Make sure you grab an installer which works with your version of Python:
    122 [http://www.apache.org/dist/httpd/modpython/win/3.1.3/] or
     122[http://www.apache.org/dist/httpd/modpython/win/3.2.7/] or
    123123[http://www.lehuen.com/nicolas/download/mod_python/]
    124124
    125 
    126 If you run trac with mod_python (3.1.3 or 3.1.4) on Windows,
    127 uploading attachments will '''not''' work.
    128 This is a known problem which we can't solve cleanly at the Trac level.
    129 
    130 However, there is a workaround for this at the mod_python level,
    131 which is to apply the following patch [http://projects.edgewall.com/trac/attachment/ticket/554/util_py.patch attachment:ticket:554:util_py.patch]
    132 to the (Lib/site-packages)/modpython/util.py file.
    133 
    134 If you don't have the `patch` command, that file can be replaced with the [http://svn.apache.org/viewcvs.cgi/httpd/mod_python/trunk/lib/python/mod_python/util.py?rev=103562&view=markup  fixed util.py] (fix which, although done prior to the 3.1.4 release, is ''not''
    135 present in 3.1.4).
     125If you run trac with mod_python < 3.2 on Windows,
     126uploading attachments will '''not''' work. This problem which is discussed in #554 is resolved in mod_python > 3.1.4 so please upgrade mod_python to fix this.
    136127
    137128=== OS X issues ===