I saw a little bug in the zpasswd.py script, attached in the patch. diff -c zpasswd.py zpasswd.py~ *** zpasswd.py Wed Apr 10 10:46:01 2002 --- zpasswd.py~ Wed Nov 28 16:50:49 2001 *************** *** 123,129 **** if len(argv) < 2: raise "CommandLineError" ! optlist, args = getopt.getopt(argv[1:], short_options, long_options) if len(args) != 1: raise "CommandLineError" --- 123,129 ---- if len(argv) < 2: raise "CommandLineError" ! optlist, args = getopt.getopt(sys.argv[1:], short_options, long_options) if len(args) != 1: raise "CommandLineError" rnbl715:/home/export/delarue/Downloads/Python/Zope-2.5.0-solaris-2.6-sparc> -- Christophe DELARUE E-Generis Tel.: (+33) 299 842052 Fax.: (+33) 299 639331 13, sq. du Chene Germain / 35510 Cesson-Sevigne / France mailto:cdelarue@e-generis.com