Message |
> >>> ImportError: DLL load failed: The operating system cannot run %1. > > DLL load error is usually something like a PATH problem or conflicting DLL. I would check your Windows system32 folder for known files that conflict here: > > libeay32.dll > ssleay32.dll > py*.dll > > If any of those are found, move them to some temp safe folder and see if that resolves it. > > That said, your error is slightly different then the ones I have seen in the part, specifically the "The operating system cannot run %1." part. It might be worthwhile to follow our manual upgrade instructions: > > https://ctf.open.collab.net/sf/wiki/do/viewPage/projects.svnedge/wiki/ManualUpgrade > > This will preserve your existing data and if you have a corrupt file or something like that it might resolve the issue. > > Mark
Okay I checked the system32 and syswow64 and those files do not exist in either.
I followed the manual steps outlined above and after doing the uninstall, deletion of folders, install of 2.3.0 ... the same result when I click on a repo, I get prompted for my credentials and then the same viewVC window error:
An Exception Has Occurred Python Traceback
Traceback (most recent call last): File "D:\csvn\lib\viewvc\viewvc.py", line 4642, in main request.run_viewvc() File "D:\csvn\lib\viewvc\viewvc.py", line 303, in run_viewvc cfg.options.svn_config_dir) File "D:\csvn\lib\viewvc\vclib\svn\__init__.py", line 66, in SubversionRepository import svn_repos File "D:\csvn\lib\viewvc\vclib\svn\svn_repos.py", line 25, in <module> from svn import fs, repos, core, client, delta File "D:\csvn\lib\svn-python\svn\fs.py", line 26, in <module> from libsvn.fs import * File "D:\csvn\lib\svn-python\libsvn\fs.py", line 25, in <module> _fs = swig_import_helper() File "D:\csvn\lib\svn-python\libsvn\fs.py", line 21, in swig_import_helper _mod = imp.load_module('_fs', fp, pathname, description) ImportError: DLL load failed: The operating system cannot run %1.
|