Edgewall Software

Changes between Version 48 and Version 49 of TracModPython


Ignore:
Timestamp:
Oct 25, 2005, 10:59:18 AM (19 years ago)
Author:
Christian Boos
Comment:

More detailed instructions for solving the attachment upload ssue on Win32 with mod_python

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v48 v49  
    4545</Location>
    4646}}}
     47
    4748
    4849== Setting up multiple projects ==
     
    154155=== Win32 Issues ===
    155156
    156 If you run trac with mod_python on Windows, attachments will not work.
     157If you run trac with mod_python (3.1.3 or 3.1.4) on Windows,
     158uploading attachments will '''not''' work.
     159This is a known problem which we can't solve cleanly at the Trac level.
    157160
    158 There is a (simple) workaround for this which is to apply the patch attached to
    159 ticket [http://projects.edgewall.com/trac/ticket/554 #554].
     161However, there is a workaround for this at the mod_python level,
     162which is to apply the following patch [http://projects.edgewall.com/trac/attachment/ticket/554/util_py.patch attachment:ticket:554:util_py.patch]
     163to the (Lib/site-packages)/modpython/util.py file.
     164
     165If 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''
     166present in 3.1.4).
    160167
    161168=== OS X issues ===