Tim Armes wrote:
> I'm currently in the process of copying our subversion setup from a test
PC
> to a real server.
>
> I've installed viewcvs, which works perfectly on the test PC. On the new
> server I get the message:
>
> Python Traceback
>
> Traceback (most recent call last):
> File "d:\viewcvs\lib\viewcvs.py", line 2713, in main
> request.run_viewcvs()
> File "d:\viewcvs\lib\viewcvs.py", line 251, in run_viewcvs
> import vclib.svn
> File "d:\viewcvs\lib\vclib\svn\__init__.py", line 26, in ?
> from svn import fs, repos, core, delta
> File "d:\viewcvs\lib\svn\fs.py", line 27, in ?
> import libsvn.fs
> File "d:\viewcvs\lib\libsvn\fs.py", line 4, in ?
> import _fs
> ImportError: DLL load failed: The specified module could not be found.
>
> The config is identical on the two machines. Moreover, if I run the
> standalone.py app, it runs fine, loading the DLL as required.
>
> The LIBRARY_DIR is correctly configured - indeed if it weren't they it
> wouldn't have gotten so far.
>
> The python windows extentions are installed.
>
> Does anyone have any ideas?
Are you running Apache as a service? The account services run under doesn't
see the same environment as the logged on user does. Are you sure all
dependent DLLs are in the PATH of the Local System user account?
--
Arild
AnkhSVN: http://ankhsvn.tigris.org
Blog: http://ankhsvn.com/blog
RSS: http://ankhsvn.com/blog/Rss.aspx
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 20 11:59:33 2004