[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Problem with Python bindings to SVN 1.7.4 on Windows

From: Cooke, Mark <mark.cooke_at_siemens.com>
Date: Wed, 21 Mar 2012 17:10:04 +0000

> -----Original Message-----
> From: Brian Neal [mailto:bgneal_at_gmail.com]
> Sent: 21 March 2012 17:02
> To: users_at_subversion.apache.org
> Subject: Re: Problem with Python bindings to SVN 1.7.4 on Windows
>
> On Wed, Mar 21, 2012 at 11:12 AM, Brian Neal <bgneal_at_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
>
Thinking about this, I have the subversion bin folder in my path, I suspect that it is not in yours? I assume therefore you probably use TortoiseSVN (and why not) which does not (AFAIK) need svn in the path so does not add it...

~ mark c
Received on 2012-03-21 18:10:41 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.