[SOLVED] Re: problem with subversion python bindings

Pete Stieber pstieber at gmail.com
Wed May 16 16:04:31 UTC 2012


On 5/16/2012 8:49 AM, Pete Stieber wrote:
> Just updated a Fedora 15 box and this updated
>
> subversion-libs-1.6.18-1.fc15.x86_64
> mod_dav_svn-1.6.18-1.fc15.x86_64
> subversion-1.6.18-1.fc15.x86_64
>
> Now my post-commit hook to send mail doesn't work because it can't
> import svn.fs. Any simple python code like...
>
> #!/usr/bin/env python
>
> import svn.fs
>
> Can't find the subversion python bindings...
>
> $ ./Junk.py
> Traceback (most recent call last):
> File "./Junk.py", line 3, in <module>
> import svn.fs
> ImportError: No module named svn.fs
>
> What can I do to fix this?

Just upgraded from 14 to 15 yesterday and the python bindings are now in 
a separate rpm.  Needed to use:

yum install subversion-python

Pete


More information about the users mailing list