[Python-Dev] Re: Change to sys.path[0] for Python 2.3
James C. Ahlstrom
jim@interet.com
Tue, 27 Nov 2001 09:33:39 -0500
Jack Jansen wrote:
> This will not work for a frozen MacPython program. In such a program the
> sys.path initializer is ["$(APPLICATION)"].
> [Explanation....]
Thanks for the explanation. I will be careful.
I think this should still work in patch #483466. And if I follow
the existing #ifdef's and code in PySys_SetArgv(), I should be
able to keep it working. So I don't think this is a problem.
But unfortunately I don't have a Mac so I can't test it....
JimA