[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

No module named libsvn.fs in ViewCVS

From: Hojin Choi <pynoos_at_users.kldp.net>
Date: 2004-05-03 06:31:40 CEST

Hi, all.

My ViewCVS-1.0-dev is not working properly, this is error message

An Exception Has Occurred
Python Traceback
Traceback (most recent call last):
  File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 2603, in main
    request.run_viewcvs()
  File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 257, in run_viewcvs
    import vclib.svn
  File "/usr/local/viewcvs-1.0-dev/lib/vclib/svn/__init__.py", line 27, in ?
    from svn import fs, repos, core, delta
  File "/usr/local/lib/python2.3/svn/fs.py", line 27, in ?
    import libsvn.fs
ImportError: No module named libsvn.fs

But subversion seems not to provide libsvn.. why this?

Only
libsvn_client/
libsvn_delta/
libsvn_diff/
libsvn_fs/
libsvn_ra/
libsvn_ra_dav/
libsvn_ra_local/
libsvn_ra_svn/
libsvn_repos/
libsvn_subr/
libsvn_wc/

are supported, I expect "libsvn" directory but there is no such a directory.
Even I installed that with swig-python in freebsd such like this way.

WITH_PYTHON=yes make

in /usr/ports/devel/subversion.

Do I need more packages for solving this one?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 3 06:32:56 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.