[Python-Dev] sys.path[0] (original) (raw)

Thomas Heller theller@python.net
08 Jan 2003 18:59:16 +0100


I've submitted a patch #664376 which fixes the problem on Windows, I cannot do it for other systems.

This patch only converts sys.path[0], it doesn't touch sys.argv[0].

Guido has approved this patch, so it is checked in. Volunteers needed to extend it to linux ;-)

Thomas