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

Re: Guidance? Error in svn-win32-1.1.4_py.zip

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-04-15 23:43:53 CEST

[Pleas, please, please ask questions on the users@subversion.tigris.org
mailing list]

Tri Nguyen wrote:

>Hi, I hope that you can help me. I'm trying to install trac (on a
>Windows box), but when I run trac-admin, I get this error trace:
>
>C:\Python23\lib\fcntl.py:7: DeprecationWarning: the FCNTL module is
>deprecated; please use fcntl
> DeprecationWarning)
>Traceback (most recent call last):
> File "C:\Python23\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py",
>line 310, in RunScript
> exec codeObject in __main__.__dict__
> File "C:\Python23\Scripts\trac-admin.py", 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 cause seems to be in the Python 2.3 bindings for Subversion 1.1.4
>on Win32. Can you shed any light? Thank you in advance.
>
>
Where is your _fs.dll? It depends on swigpy.dll, python23.dll, intl.dll,
libdb42.dll, libapr.dll and libaprutil.dll. They have to be in the PATH
or accessible to _fs.dll some other way.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 15 23:48:01 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.