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

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

Re: [rdiff-backup-users] No module named rdiff_backup.Main


From: Jim Tittsler
Subject: Re: [rdiff-backup-users] No module named rdiff_backup.Main
Date: Wed, 15 Sep 2004 09:39:23 +0900
User-agent: Mutt/1.4.1i

On Tue, Sep 14, 2004 at 12:20:53PM -0400, Doug Renfrew wrote:
> Traceback (most recent call last):
>   File "/afs/isis.unc.edu/home/r/e/renfrew/bin/rdiff-backup", line 21, in ?
>     import rdiff_backup.Main
> ImportError: No module named rdiff_backup.Main
> 
> I read a few of the posts here and relized the modules were not in my
> pythion path and that I should try
> PYTHONPATH=/afs/isis.unc.edu/home/r/e/renfrew/lib/python2.2/site-packages/rdiff_backup/
> rdiff-backup

I think you wanted:
  PYTHONPATH=/afs/isis.unc.edu/home/r/e/renfrew/lib/python2.2/site-packages
(assuming that is where you put your rdiff_backup directory).  That would
allow Python to find Main.py within rdiff_backup.

-- 
Jim Tittsler             http://www.OnJapan.net/      GPG: 0x01159DB6
Python Starship          http://Starship.Python.net/
Ringo MUG Tokyo          http://www.ringo.net/rss.html





reply via email to

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