Albert Chin, on 2002-08-01, wrote: > _process_section > name, path = map(string.strip, string.split(root, ':')) > ValueError: unpack list of wrong size Just a guess, but it looks like some user input might be invalid. Some string called 'root' is supposed to have a colon (':') in it, but it doesn't. Perhaps this is a cvsroot variable you have set incorrectly? -- Frank Tobin http://www.neverending.org/~ftobin/