> client=context.folderA(subfolderabc) #fails at this line Hmm, I think you should be able to do it with client = context.folderA.subfolderabc or client = context.folderA['subfolderabc'] hth, tim