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

Python 2.5 ViewVC ImportError _fs

From: Zeitler Hans (LVT) <hans.zeitler_at_liebherr.com>
Date: 2007-05-10 12:47:44 CEST

I tried ViewVC with subversion 1.4.3 and python 2.4 and python bindings svn-win32-1.4.3_py24.zip
Win32, standalone server
Everything worked fine.

Then I changed to Python 2.5 with and python bindings svn-win32-1.4.3_py25.zip .
When I selected a repository from Repository Listing, I got the following error:

An Exception Has Occurred
Python Traceback

Traceback (most recent call last):
  File "C:\Programme\viewvc-1.0.4\lib\viewvc.py", line 3665, in main
    request.run_viewvc()
  File "C:\Programme\viewvc-1.0.4\lib\viewvc.py", line 253, in run_viewvc
    import vclib.svn
  File "C:\Programme\viewvc-1.0.4\lib\vclib\svn\__init__.py", line 25, in <module>
    from svn import fs, repos, core, delta
  File "c:\python25\svn\fs.py", line 19, in <module>
    from libsvn.fs import *
  File "c:\python25\lib\libsvn\fs.py", line 5, in <module>
    import _fs
ImportError: No module named _fs

The content of c:\python24\Lib\libsvn and c:\python25\Lib\libsvn is the same with the exception of the *.dll and *.pyc files
The content of c:\python24\svn and c:\python25\svn is the same with the exception of the *.pyc files
The file _fs.dll exists.

Is this a bug in the python bindings?
Can anybody help me?

Hans Zeitler

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 11 06:31:50 2007

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.