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

Re: ViewCVS error : No module named _fs

From: Jean-Luc Wasmer <jl.subversion_at_wasmer.ca>
Date: 2003-08-22 05:25:52 CEST

> > Hi,
> >
> > When I select a SVN repository with ViewCVS, I get the following error:
> >
> > An Exception Has Occurred
> > Python Traceback
> >
> > Traceback (most recent call last):
> > File "/usr/local/pkg/viewcvs/lib/viewcvs.py", line 3087, in main
> > request.run_viewcvs()
> > File "/usr/local/pkg/viewcvs/lib/viewcvs.py", line 246, in run_viewcvs
> > import vclib.svn
> > File "/usr/local/pkg/viewcvs/lib/vclib/svn/__init__.py", line 26, in ?
> > from svn import fs, repos, core
> > File "/usr/pkg/lib/python2p2/site-packages/svn/fs.py", line 27, in ?
> > import libsvn.fs
> > File "/usr/pkg/lib/python2p2/site-packages/libsvn/fs.py", line 4, in ?
> > import _fs
> > ImportError: No module named _fs
>
> Do you have the Subversion python bindings installed?

I should have.

I've just checked for error messages building the python bindings. This
warning:

*** Warning: This library needs some functionality provided by -lswigpy.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module <module-name>. Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.

appears many time for the following modules:

_client
_core
_delta
_fs
_ra
_repos
_wc

JL

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 22 05:23:10 2003

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.