Norman Khine wrote: > hello, > i've been looking at the how-to for > http://www.zopelabs.com/cookbook/1053577371 adding members from CSV > file, but keep on getting > > *Error Type * > NameError > *Error Value * > global name 'REQUEST' is not defined If that's a Script (Python) then it needs the following somewhere up the top of the script: REQUEST = context.REQUEST. cheers, Chris