[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: Tri Nguyen <trellis_at_gmail.com>
Date: 2005-04-16 01:24:05 CEST

Thank you, I'll continue on the mailing list, where I posted this andreceived a couple good replies.
I just found this ticket,http://projects.edgewall.com/trac/ticket/1254, which puts the blame onhaving multiple Python installations on the Windows box.
Unfortunately, both solutions listed there---to uninstall all but oneversion of Python, and to copy SVN's svn\bin\*.dll's to the Apachecgi-bin directory--- did not help me.

On 4/15/05, Branko Èibej <brane@xbc.nu> wrote:> [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 coul
d 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> >
Received on Sat Apr 16 02:32:49 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.