On 8/1/2011 4:28 PM, Mark Mc Mahon wrote: > Hi, > > I have found it hard in the past to get all the DLL's lined up (and I > can't remember how i solved it in the past). > > I think http://alagazam.net/ helped a lot (the binaries there have > everything you need I think).
... but Alagazam.net only has the bindings for Python 2.6, and Paresh needs the bindings for Python 2.7. What seems to be missing in his case is simply to have compatible Subversion libraries in the PATH. > On Mon, Aug 1, 2011 at 10:00 PM, Paresh <[email protected]> wrote: >> ... >> Subversion works fine on the command line, so I think that is installed >> correctly. >> >> Using the dependancy walker, I profiled python.exe and typed in from 'svn >> import core' found the following dlls are reported missing:- >> IESHIMS.DLL >> LIBAPR-1.DLL >> LIBSVN_CLIENT-1.DLL >> LIBSVN_DELTA-1.DLL >> LIBSVN_RA-1.DLL >> LIBSVN_SUBR-1.DLL >> LIBSVN_WC-1.DLL Those libraries are normally all located below the install path of Subversion, but I don't know the "SlikSvn for win32" package, so maybe the .dlls it comes with are simply not compatible with the bindings. I use the CollabNet's 1.6.12 build of Subversion and it works fine. Maybe the 1.6.15 build of Subversion from Alagazam also works (not tested). >> >> The only LIBSVN dll I can see on my system is libsvn_swig_py-1.dll in >> c:\python27\Lib\site-packages\libsvn\. >> There is no libapr-1.dll either. Well, if that's really the case, then the Sliksvn "svn.exe" command line was built statically. No .dll hell but no reuse either ;-) -- Christian -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.
