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). Hope that helps, Mark On Mon, Aug 1, 2011 at 10:00 PM, Paresh <[email protected]> wrote: > Hi Guys > > I'm trying to set up a demo trac 0.12 om a 32bit windows 7 machine. > I'm running python 2.7 and subversion 1.6.17 (SlikSvn for win32) > > Trac itself is running fine using tracd, but I need to get it linked up with > svn. > > It's all going well, until I try to resync the repository, then I get this > error > > TracError: Unsupported version control system "svn": DLL load failed: The > specified module could not be found. > > In c:\python27\Lib\site-packages, I have unzipped > svn-win32-1.6.15_py_2.7.zip (as per instructions here for python2.7) and > checked my PYTHONPATH settings. > > 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 > > 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. > > I believe that IESHIMS.DLL is a red herring, but am willing to be corrected. > > Can anyone help? > > Paresh > > -- > You received this message because you are subscribed to the Google Groups > "Trac Development" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/trac-dev/-/Ej4k_KobXJUJ. > 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. > -- 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.
