Andreas Neiser wrote:
Hej again,

Andreas Neiser wrote:
I figured out to edit the import lines in Time.py from:

import time,types, re, sys, calendar
import Globals

to:

time = __import__('time')
import types, re, sys, calendar
import Globals

The above should be done similary in the following files:
statistics.py rpath.py log.py

Now my remote backup seems to work. But the question remains: Why this
happens?

Regards,
Andreas

I encountered this on Windows (under cygwin) once when the PYTHONCASEOK environment variable was set, but I don't know if that is the problem here.

Thanks,
JoshN


_______________________________________________
rdiff-backup-users mailing list at [email protected]
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki

Reply via email to