On Wed, Mar 21, 2012 at 11:12 AM, Brian Neal <bgn...@gmail.com> wrote: [... snip ..] > Hello - > > I'm trying to upgrade a Subversion and Trac install running on Windows > Server 2003 sp2. > > I've installed Subversion 1.7.4 from the .msi file found here: > http://sourceforge.net/projects/win32svn/files/1.7.4/ > > I'm also using the Python 2.7 bindings found in that same directory > (svn-win32-1.7.4_py27.zip). > > I've unzipped the Python binding into C:\Python27\Lib\site-packages. > > Trac isn't able to load the bindings. > [... snip ...] > _mod = imp.load_module('_client', fp, pathname, description) > ImportError: DLL load failed: The operating system cannot run %1
I have solved my problem by copying libeay32.dll and ssleay32.dll from the Subversion\bin folder to C:\Python27\Lib\site-packages\libsvn folder. I got this tip via a google search on the Trac users list. I don't understand this, but thought I would follow-up here on this list in case it helps other poor dopes who have to run on Windows. -BN