Edgewall Software

Changes between Version 19 and Version 20 of TracDev/ReleaseChecklist


Ignore:
Timestamp:
May 11, 2010, 3:07:39 PM (14 years ago)
Author:
Christian Boos
Comment:

precision about bdist_wininst

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ReleaseChecklist

    v19 v20  
    5353     * .exe win32 installer
    5454       {{{
     55       python.exe setup.py compile_catalog
    5556       python23.exe setup.py bdist_wininst
    5657       }}}
     
    5859       It is important to use **Python 2.3** to build the installer,
    5960       in order to avoid dependency on MSVCR71.dll, not always available.
     61       As Babel won't work with Python 2.3, you can't rely on `bdist_wininst`
     62       to trigger the `compile_catalog` command, so you need to do that
     63       beforehand manually, using a different version of Python (>= 2.4).
    6064       //
    6165   * Test installation on all target platforms. \\