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? Pete -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org