On Sat, Jul 10, 2010 at 2:12 AM, Hugh Jennings <hughj...@gmail.com> wrote:
> Hi, > > I hope someone can help me. > > (snip) > > When I go to do anything that is associated with a repository I get an > error saying no module named svn. > (snip) > > C:\Users\generic>python > Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit > (Intel)] on > win32 > Type "help", "copyright", "credits" or "license" for more information. > >>> import svn > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named svn > >>> > > I would appreciate any ideas as to what I can try next. > > > Regards, > > > Hugh > > > Hi, You need to install python-svn bindings. I don't think CollabNet distribute those, but they are available from another source of Subversion binaries for windows: http://alagazam.net/ Itamar. -- 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.