rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rdiff-backup-users] win32 error 126


From: David Kempe
Subject: Re: [rdiff-backup-users] win32 error 126
Date: Tue, 11 Nov 2003 13:27:39 +1100 (EST)
User-agent: SquirrelMail/1.4.0

Ben Escoto said:
> zlib is a python module (usually named zlibmodule.so, which is a wrapper
> around the libz library.  rdiff-backup uses the higher level python
> module gzip to produce gzipped increment files, which in turn imports
> the zlib module.
>

I definitly have it in the right place.

from where the trouble begins:

dlopen("/cygdrive/c/rdiff-backup/xfer/zlib.dll", 2);
Traceback (most recent call last):
  File "rdiff-backup", line 20, in ?
    import rdiff_backup.Main
  File "/usr/lib/python2.3/site-packages/rdiff_backup/Main.py", line 25, in ?
    import Globals, Time, SetConnections, selection, robust, rpath, \
  File "/usr/lib/python2.3/site-packages/rdiff_backup/SetConnections.py",
line 3
0, in ?
    import Globals, FilenameMapping, connection, rpath
  File "/usr/lib/python2.3/site-packages/rdiff_backup/FilenameMapping.py",
line
33, in ?
    import Globals, log, rpath
  File "/usr/lib/python2.3/site-packages/rdiff_backup/rpath.py", line 38,
in ?
    import os, stat, re, sys, shutil, gzip, socket, time
  File "/usr/lib/python2.3/gzip.py", line 9, in ?
    import zlib
ImportError: dlopen: Win32 error 126

like so:
C:\rdiff-backup\xfer>dir zlib.dll
 Volume in drive C has no label.
 Volume Serial Number is 0921-120A

 Directory of C:\rdiff-backup\xfer

10/10/2003  03:06 AM            18,944 zlib.dll
               1 File(s)         18,944 bytes
               0 Dir(s)   3,141,730,304 bytes free

C:\rdiff-backup\xfer>

i have searched my cygwin install for anymore zlib.dlls and thats the only
one.
rdiff-backup works fine in cygwin bash

dave






reply via email to

[Prev in Thread] Current Thread [Next in Thread]