Re: Can't Upgrade Python Through Ports

2006-10-02 Thread Ted Johnson
When I read your answer I *knew* you were right! And right you were! Thanks! Ted2 Dave McCammon <[EMAIL PROTECTED]> wrote: --- Ted Johnson wrote: > Hi; > I have python 2.3.5 and I'd like to upgrade to > 2.4.3. I've tried installing from FreeBSD ports and > the oldfashioned way from source cod

Re: Can't Upgrade Python Through Ports

2006-10-02 Thread Dave McCammon
--- Ted Johnson <[EMAIL PROTECTED]> wrote: > Hi; > I have python 2.3.5 and I'd like to upgrade to > 2.4.3. I've tried installing from FreeBSD ports and > the oldfashioned way from source code, with the > "configure && make && make install" dance, and still > when I call up my python interpreter

Re: Can't Upgrade Python Through Ports

2006-10-02 Thread Ivan Levchenko
What are the error messages? On 10/2/06, Ted Johnson <[EMAIL PROTECTED]> wrote: Right. I tried that before writing, but I forgot to specify as much. No, that didn't work either. Here are a couple of peculiarities: * I took over this box from someone who didn't know the difference between FreeBS

Re: Can't Upgrade Python Through Ports

2006-10-02 Thread Ted Johnson
Right. I tried that before writing, but I forgot to specify as much. No, that didn't work either. Here are a couple of peculiarities: * I took over this box from someone who didn't know the difference between FreeBSD and Linux. So, he built the original Python in a different dir. * The original

Re: Can't Upgrade Python Through Ports

2006-10-02 Thread Ivan Levchenko
Try the following in the python port directory: make install clean On 10/2/06, Ted Johnson <[EMAIL PROTECTED]> wrote: Hi; I have python 2.3.5 and I'd like to upgrade to 2.4.3. I've tried installing from FreeBSD ports and the oldfashioned way from source code, with the "configure && make && mak

Can't Upgrade Python Through Ports

2006-10-02 Thread Ted Johnson
Hi; I have python 2.3.5 and I'd like to upgrade to 2.4.3. I've tried installing from FreeBSD ports and the oldfashioned way from source code, with the "configure && make && make install" dance, and still when I call up my python interpreter it tells me I'm in 2.3.5! Why? I didn't do "altinstall