Author jackjansen
Recipients
Date 2003-03-02.23:26:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
os.path.walk will fail if it encounters a non-ascii directory name.
The listdir() in the previous iteration will return the directory as a unicode string, but the next iteration will fail on that same unicode string.

There is probably something wrong with the file system encoding used on Mac OS X.
History
Date User Action Args
2007-08-23 14:11:36adminlinkissue696261 messages
2007-08-23 14:11:36admincreate