>
> You did get 2.4.2, but it's dynamically linking to /Library/
> Frameworks/Python.framework because that's where it's going to
> install to.
>
> try this:
>
> env DYLD_FRAMEWORK_PATH=. ./python.exe
>

but shouldn't that dynamic link have been obviated once I did a
sudo make install?  At that point shouldn't Python.framework now have  
the 2.4.2 executable?

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to