> I typed in to my script: > a = open (dupli, r) > and got an error stating that "dupli" is not deffined. it needs the quotes around it. so try: a = open ("dupli", "r")