Hi,

I had the same issue also. I had to copy the libeay32.dll AND
ssleay32.dll to the ...\site-packages\libsvn folder. This is really a
hack and I wish there was a more clean way to do it. To avoid the
dllbeing loaded from multiple locations at the same time, I moved the
DLLs to the system32 folder for the time being.  I will keep
monitoring this thread for any better ways that someone may think
of ;-).

Once I did this then I was able to do the 'from svn import core' and
print out the version correctly.

Rob

(I'm using Subversion 1.6.12 (Algazaam) / Python 2.6 on Win32)

On Sep 4, 11:54 pm, "Mikael Relbe" <mik...@relbe.se> wrote:
> Problem solved:
>
>
>
> > -----Original Message-----
> > From: Mikael Relbe [mailto:mik...@relbe.se]
> > Sent: Saturday, September 04, 2010 1:31 PM
> > To: 'trac-users@googlegroups.com'
> > Subject: RE: [Trac] Python Binding problems with Trac 0.12
>
> > Hi
>
> > I have followed these instructions -- but failed:
>
> > > -----Original Message-----
> > > From: Cooke, Mark
> > > /.../
> > > ~ mark c
>
> > But on my Win7 32-bit environment, this fails for reasons I
> > don't understand.
>
> > I get the error "DLL load failed:
> > /.../
> > Mikael Relbe
>
> What I did -- which is not exactly neat:
>
> I installed the Alagazam distribution ofSVN(many big thanks!) together
> with bindings, following the instructions in [1]. After that, I did this:
> the DLLs located in the Subversion\bin folder were copied to the Pythons
> site-packages\libsvn folder.
>
> Okay, so this works but this does not "feel good".
>
> Itamar wrote in an earlier post on this topic that:
>
> > If you use the Alagazam installer to install Subversion itself,
> > the libapr* DLLs are located under the Subversion\bin directory,
> > so there's no need to put duplicates in the Python site-packages.
>
> Which to me indicates that I am missing something here, since I did the
> exact opposite. I would guess my PythonPath environment variable is not set
> up?
>
> Any comments?
>
> /Mikael
>
>  [1] The t.e.o wiki on TracSubversion

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to