Edgewall Software

Changes between Version 143 and Version 144 of TracOnWindows


Ignore:
Timestamp:
Jan 26, 2006, 8:48:10 PM (18 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v143 v144  
    4444
    4545  ''Please use Python 2.3 and not 2.4, because the Subversion bindings for Python (that are a few lines down) currently are only available for 2.3 ([http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91&filter=_py.zip look here for the current status of the bindings])''
     46
     47  ''If you desperately want it to work with Python 2.4, this trick seems to work.
     48  Install the Subversion bindings for Python 2.3 in the Python 2.4 site-packages directory.
     49  Find all dll files inte the directory \site-packages\libsvn with a name in the form: _*.dll.
     50  Now use your hexeditor of choice and replace all instances of "python23.dll" with "python24.dll" in the dll files (There's just one occurance in each file).''
    4651
    4752  [[br]]Add C:\Python23 to the path