
Sept. 19, 2007
12:12 a.m.
I can certainly create a landmark if at all reasonable. I'm looking at getpathp.c, and it looks like it just looks for lib/os.py ... and I think it walks up from the current directory until it finds it? So right now I have:
bin/python.exe lib/python2.5/os.py
But perhaps if I just change it to:
bin/python.exe lib/os.py
it will work?
Yep, and a quick test here works fine.
On windows, does it just leave out the "/python2.5/" portion of the lib path?
well - it doesn't "leave it out" as such - it just never adds anything like that :) Mark