> 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

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to