Andrew Ferguson wrote: > This looks interesting: in your traceback, this shows the path > > /opt/lib/python2.5/site-packages/rdiff_backup/time.py > > but the correct path should be: > > /opt/lib/python2.5/site-packages/rdiff_backup/Time.py > > (note different capitalization).
Yes. I forgot to mention that I googled a lot, because I've never written Python. While searching for similar problems, I found that Python has some problems with case sensitive importing. But... > What kind of filesystem is /opt on? ...the filesystem is the good old ext3. So... > An error like you have seems to point to a broken rdiff-backup or Python > installation. ...what exactly is happening?! Regards, Andreas _______________________________________________ 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
