2012/6/26 <pfelecan at opencsw.org>: > full_path = unicode(self.MakeAbsolutePath(file_path)) Try replacing this with: full_path = unicode(self.MakeAbsolutePath(file_path), 'utf-8') If this works, feel free to submit the fix.