On Tue, 2 Feb 2010, John Jason Jordan wrote: > "/usr/lib64/python2.6/site-packages/rdiff_backup/Main.py", line 304, in > error_check_Main try: Main(arglist) File
John, When you successfully ran rdiff-backup before, what python version was installed? If it was 2.5, you may be trying to run Main.py created under that version with your new 2.6 version of python. Go to whereever you have rdiff-backup. It looks like it is a series of python scripts. There should be a file named 'setup.py' in that directory. If so, as root (sudo or su -c) run 'python setup.py install' within that directory. The above rebuilds the python installation using python-2.6 and installs that version in python2.6/site-packages/. When I upgrade the system and the python version changes I have to recompile and re-install all my python applications and tools to work with the new release. Rich _______________________________________________ PLUG mailing list PLUG@lists.pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug