[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