Re: [Pythonmac-SIG] Build/install framework Python in non-standard location

2006-10-16 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Ippolito wrote: > On 10/16/06, Kevin Walzer <[EMAIL PROTECTED]> wrote: >> >> I'm trying to build a framework Python 2.5 that installs to a >> non-standard location (/usr/local/python-unix-framework). The reason I'm >> doing this is to link to an X1

Re: [Pythonmac-SIG] Build/install framework Python in non-standard location

2006-10-16 Thread Bob Ippolito
On 10/16/06, Kevin Walzer <[EMAIL PROTECTED]> wrote: > > I'm trying to build a framework Python 2.5 that installs to a > non-standard location (/usr/local/python-unix-framework). The reason I'm > doing this is to link to an X11-based version of Tcl/Tk, and still be > able to use py2app for app depl

[Pythonmac-SIG] Build/install framework Python in non-standard location

2006-10-16 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm trying to build a framework Python 2.5 that installs to a non-standard location (/usr/local/python-unix-framework). The reason I'm doing this is to link to an X11-based version of Tcl/Tk, and still be able to use py2app for app deployment. (I