In article <[EMAIL PROTECTED]>,
 "Martin v. Lowis" <[EMAIL PROTECTED]> wrote:

> > Hm, maybe more a windows question than a python question...
> 
> The real question here is: why does Python not support arbitrary
> Unicode strings on sys.path? It could, in principle, atleast on
> Windows NT+ (and also on OSX). Patches are welcome.

Works for me on OSX 10.3.6, as it should: prior to using the sys.path 
entry, a unicode string is encoded with Py_FileSystemDefaultEncoding. 
I'm not sure how well it works together with zipimport, though.

Just
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to