Andrew Ferguson-3 wrote: > > Jesternzl wrote: >> I have installed sunfreeware version >> rdiffbackup-1.1.12-sol9-sparc-local.gz >> and dependencies. >> That all seemed to go fine with success messages every where. >> But when I run rdiff-backup the following happens >> ------ >> bash-2.05$ rdiff-backup -V >> Traceback (most recent call last): >> File "/usr/local/bin/rdiff-backup", line 23, in <module> >> rdiff_backup.Main.error_check_Main(sys.argv[1:]) >> AttributeError: 'module' object has no attribute 'error_check_Main' > > Please search the mailing list archives for this. Here are some threads > to get you started: > > http://lists.nongnu.org/archive/html/rdiff-backup-users/2006-02/msg00007.html > http://lists.nongnu.org/archive/html/rdiff-backup-users/2007-07/msg00038.html > > from: > > http://lists.nongnu.org/archive/cgi-bin/namazu.cgi?query=no+attribute+%27error_check_Main%27&submit=Search%21&idxname=rdiff-backup-users&max=20&result=normal&sort=score > > Andrew > > -- > Andrew Ferguson - [EMAIL PROTECTED] > > > > _______________________________________________ > 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 > >
This is the weird thing. I followed this thread before and could see the site-packages directory in the python path and rdiff-backup is in that directory. >>> import sys >>> sys.path ['', '/usr/local/lib/python25.zip', '/usr/local/lib/python2.5', '/usr/local/lib/python2.5/plat-sunos5', '/usr/local/lib/python2.5/lib-tk', '/usr/local/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site-packages'] -- View this message in context: http://www.nabble.com/Ver1.1.12-Sunfreeware-Installs-fine%2C-but-errors-when-try-to-run.-tf4209926.html#a12008261 Sent from the rdiff-backup-users mailing list archive at Nabble.com. _______________________________________________ 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
