On Sun, Sep 5, 2010 at 9:54 AM, Mikael Relbe <mik...@relbe.se> wrote:
> Problem solved: > > [snip] > > What I did -- which is not exactly neat: > > I installed the Alagazam distribution of SVN (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? > Perhaps you missed a step - in order to allow Apache to locate the DLLs in Subversion\bin directory, you must include the full path the the Subversion\bin directory in the system PATH environment variable (not PythonPath), and then you need to restart the computer, to allow the Apache service to see the new PATH. This works for me without copying the DLLs on the same environment as you describe. > > /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.