[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: hot-backup.py error question

From: jeremy hinds <jeremy.hinds_at_gmail.com>
Date: Mon, 4 Feb 2008 11:41:38 -0700

On Feb 4, 2008 8:45 AM, Andy Levy <andy.levy_at_magus.co.uk> wrote:
>
>
> I'm a bit of a newbie on subversion.
>
> Trying to run hot-backup but getting an error message:
>
> hot-backup.py --archive=gz /sub /subbackup
>
> Traceback (most recent call last):
> File "hot-backup.py", line 68, in ?
> opts, args = getopt.gnu_getopt(sys.argv[1:], "h?", ["archive-type=",
> "help"])
> AttributeError: 'module' object has no attribute 'gnu_getopt'
>
> Running python2.2.3
>
> Have I missed something?
>
> Thx Andy

http://www.python.org/doc/current/lib/module-getopt.html says
gnu_getopt is new in version 2.3, so an upgrade of your python install
should do the trick.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-04 19:42:03 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.