Edgewall Software

Changes between Version 116 and Version 117 of TracSubversion


Ignore:
Timestamp:
Nov 23, 2013, 12:06:50 AM (10 years ago)
Author:
wayne@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v116 v117  
    269269 A good way to diagnose a //DLL load failed// error is to use the [http://www.dependencywalker.com/ depends.exe] tool from the console in which you'd run python.exe, and do a `depends.exe absolute-path-to/python.exe` instead. Then, press `F7` (//Start Profiling...// - you need at least version 2.0 of depends.exe) and type `from svn import core` at the Python prompt in the new cmd window. This will try to load the bindings, but this time you'll be able to see //why// this fails, by spotting the .DLLs shown in red in the Module list, and there are really lots of options here ;-)
    270270
    271 When using depends.exe be sure to set the "Starting directory" to your Apache bin directory rather than the default python one. This will help when trying to figure out why python works fine, but Apache does not.
     271 When using depends.exe be sure to set the "Starting directory" to your Apache bin directory rather than the default python one. This will help when trying to figure out why python works fine, but Apache does not.
    272272
    273273 '''Mac OS X Users'''