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

Re: Problem with fiels missing from win32-1.1.4_py.zip

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-05-05 16:17:17 CEST

Nigel Borrill wrote:

>Hi,
>
>I am trying to install trac on Windows XP and am getting an error when
>attempting to run a python script.
>
>Traceback (most recent call last):
> File "trac-admin", line 34, in ?
> from trac import sync
> File "C:\Python23\Lib\site-packages\trac\sync.py", line 22, in ?
> from svn import fs, util, delta, repos, core
> File "C:\Python23\lib\svn\fs.py", line 28, in ?
> import libsvn.fs
> File "C:\Python23\lib\libsvn\fs.py", line 4, in ?
> import _fs
>ImportError: DLL load failed: The specified procedure could not be found.
>
>The installation notes told me to download the svn-win32-1.1.4_py.zip file
>which I did. However, googling seems to imply that the libsvn directory
>should contain some .so files, including _fs.so - there are none ! Is there
>an older zip file I can download that will have the required files ?
>
>
Googling implies wrongly. This is Windows, not Unix, and the file you're
looking for is _fs.dll, which is in that zip file. But it must be in the
PYTHONPATH; the easiest way is to copy the svn and libsvn directories to
Python's Lib\site-packages directory.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 5 16:19:26 2005

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.