You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Deepa Dave <dd...@goldstonetech.com> on 2006/05/24 22:07:45 UTC

ViewVC Setup Issue

I encounter the error below while trying to access Subversion repository
using view-vc
 http://192.168.0.44/cgi-bin/viewvc.cgi
 
An Exception Has Occurred
Python Traceback
 
Traceback (most recent call last):
  File "/usr/local/viewvc-1.0.0/lib/viewvc.py", line
3611, in main
    request.run_viewvc()
  File "/usr/local/viewvc-1.0.0/lib/viewvc.py", line
253, in run_viewvc
    import vclib.svn
  File
"/usr/local/viewvc-1.0.0/lib/vclib/svn/__init__.py",
line 25, in ?
    from svn import fs, repos, core, delta
  File "/usr/local/lib/svn-python/svn/fs.py", line 19,
in ?
    from libsvn.fs import *
ImportError: No module named libsvn.fs