Hi I have followed these instructions -- but failed:
> -----Original Message----- > From: Cooke, Mark > Sent: Thursday, August 05, 2010 5:33 PM > To: [email protected] > Subject: RE: [Trac] Python Binding problems with Trac 0.12 > > Just to complete this thread with the hope of being useful to > someone else, this is what I did to install the latest svn > from Algazam onto windoze: > > ~ stopped the apache service > ~ uninstalled all previous subversion instances (tidying up > really) ~ ran the Algazam windows .msi installer ~ copied the > latest mod_*.so files from the install location to the > apache modules directory (overwriting the old ones) ~ > deleted the old svn and libsvn directories from site-packages > ~ opened the python bindings .zip and copied the two directories > to site-packages > ~ copied all libsvn\_*.dll files to _*.pyd [1] ~ restarted > the server and crossed fingers... > > [1] I found this recommended in the t.e.o wiki at TracSubversion... > > In other words, it was fine to just delete the old files from > site_packages and copy the new ones in there, with just a bit > of fiddling about! > > ~ mark c But on my Win7 32-bit environment, this fails for reasons I don't understand. I get the error "DLL load failed: The operating system cannot run %1" from Trac when browsing a repo. The PythonWin tool gives the same error message when the following line is stated: from svn import fs, repos, core, delta (This fails for any of the modules). I'm desperately seeking for help with fixing Python 2.6 bindings for Subversion 1.6.12 on a Win7 32-bit OS. Thanks in advance! Mikael Relbe -- You received this message because you are subscribed to the Google Groups "Trac Users" 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-users?hl=en.
