You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jean-Luc Wasmer <jl...@wasmer.ca> on 2003/08/22 01:38:01 UTC

ViewCVS error : No module named _fs

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


JL

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: ViewCVS error : No module named _fs

Posted by Jean-Luc Wasmer <jl...@wasmer.ca>.
> > 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

Re: ViewCVS error : No module named _fs

Posted by cm...@collab.net.
"Jean-Luc Wasmer" <jl...@wasmer.ca> writes:

> 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?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org