sys.path and unicode folder names

"Martin v. Löwis" martin at v.loewis.de
Wed Feb 8 16:25:12 EST 2006


Nir Aides wrote:
> Actually, I already managed to make a Patch for this problem.
> I will post it soon on my website and in this group.
> 
> But I find it strange that this problem even exists, and that I could
> not find any workarounds on the Internet.

Very few people use file names not in their respective CP_ACP (why
do you need such filenames?), and virtually nobody wants to put such
a file name on Python's sys.path (why do you want to? - just rename
the directory and be done).

Regards,
Martin



More information about the Python-list mailing list