Re: [Pythonmac-SIG] not appear

2006-02-17 Thread Michael Barber
Linda, I'm a little confused about the difficulty you're having. Recent messages on this mailing list, particularly one from Larry Meyn on Feb 6, appear to have the usual solutions for setting the path. I suspect I know what the problem is, but might be way off because I'm not too sure wha

Re: [Pythonmac-SIG] not appear

2006-02-17 Thread linda.s
On 2/6/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: > > On Feb 6, 2006, at 12:00 PM, Christopher Barker wrote: > > > Bob Ippolito wrote: > >> The framework build's bin directory is technically way down inside > >> the framework, but there are symlinks in /usr/local/bin. > > > > However: > > > > lind

Re: [Pythonmac-SIG] not appear

2006-02-06 Thread Bob Ippolito
On Feb 6, 2006, at 12:00 PM, Christopher Barker wrote: > Bob Ippolito wrote: >> The framework build's bin directory is technically way down inside >> the framework, but there are symlinks in /usr/local/bin. > > However: > > linda.s wrote: >> The >> installation appeared to be fine until "make ins

Re: [Pythonmac-SIG] not appear

2006-02-06 Thread Christopher Barker
Bob Ippolito wrote: > The framework build's bin directory is technically way down inside > the framework, but there are symlinks in /usr/local/bin. However: linda.s wrote: > The > installation appeared to be fine until "make install" was complete. So it looks like the OP didn't do a Framework

Re: [Pythonmac-SIG] not appear

2006-02-06 Thread Bob Ippolito
On Feb 6, 2006, at 11:27 AM, Justin Mitchell wrote: > On 2/6/06, linda.s <[EMAIL PROTECTED]> wrote: >>> I just used the 2.4.1 release found here: http://undefined.org/ >>> python/ >>> >>> - Justin >> >> Thanks. >> Just curious, where is the bin directory (I could not find it)? >> L. >> > > I tho

Re: [Pythonmac-SIG] not appear

2006-02-06 Thread Justin Mitchell
On 2/6/06, linda.s <[EMAIL PROTECTED]> wrote: > > I just used the 2.4.1 release found here: http://undefined.org/python/ > > > > - Justin > > Thanks. > Just curious, where is the bin directory (I could not find it)? > L. > I thought it was /usr/local/bin/python. If not, try using "locate" to find

Re: [Pythonmac-SIG] not appear

2006-02-06 Thread linda.s
> I just used the 2.4.1 release found here: http://undefined.org/python/ > > - Justin Thanks. Just curious, where is the bin directory (I could not find it)? L. ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listin

Re: [Pythonmac-SIG] not appear

2006-02-06 Thread Justin Mitchell
On 2/6/06, linda.s <[EMAIL PROTECTED]> wrote: > On 2/6/06, Justin Mitchell <[EMAIL PROTECTED]> wrote: > > On 2/6/06, linda.s <[EMAIL PROTECTED]> wrote: > > > Hi there, > > > The version of My Mac is > > > Mac OX 10.4.4; I guess that Python 2.3.5 came with the Mac OX10.4.4 > > > I wanted to install

Re: [Pythonmac-SIG] not appear

2006-02-06 Thread linda.s
On 2/6/06, Justin Mitchell <[EMAIL PROTECTED]> wrote: > On 2/6/06, linda.s <[EMAIL PROTECTED]> wrote: > > Hi there, > > The version of My Mac is > > Mac OX 10.4.4; I guess that Python 2.3.5 came with the Mac OX10.4.4 > > I wanted to install Python 2.4.2; It worked fine till "Make > > Install". Afte

Re: [Pythonmac-SIG] not appear

2006-02-06 Thread Justin Mitchell
On 2/6/06, linda.s <[EMAIL PROTECTED]> wrote: > Hi there, > The version of My Mac is > Mac OX 10.4.4; I guess that Python 2.3.5 came with the Mac OX10.4.4 > I wanted to install Python 2.4.2; It worked fine till "Make > Install". After I reentered the terminal, I still saw Python 2.3.5 > instead of

[Pythonmac-SIG] not appear

2006-02-06 Thread linda.s
Hi there, The version of My Mac is Mac OX 10.4.4; I guess that Python 2.3.5 came with the Mac OX10.4.4 I wanted to install Python 2.4.2; It worked fine till "Make Install". After I reentered the terminal, I still saw Python 2.3.5 instead of 2.4.2. Ver confused... ___