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! What 
gives? 
TIA,
Ted2

-
Stay in the know. Pulse on the new Yahoo.com.  Check it out. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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  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! What gives?
TIA,
Ted2

-
Stay in the know. Pulse on the new Yahoo.com.  Check it out.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]




--
Best Regards,

Ivan Levchenko
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 python powers several Zope instances.

Having said as much, years ago I had two versions of python running, one for 
Zope and one for everything else. So this should work. Anyway, it doesn't!

More ideas?
TIA.
Ted

Ivan Levchenko [EMAIL PROTECTED] wrote: Try the following in the python port 
directory:

make install clean

On 10/2/06, 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 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! What 
 gives?
 TIA,
 Ted2

 -
 Stay in the know. Pulse on the new Yahoo.com.  Check it out.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]



-- 
Best Regards,

Ivan Levchenko
[EMAIL PROTECTED]


 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
FreeBSD and Linux. So, he built the original Python in a different dir.
* The original python powers several Zope instances.

Having said as much, years ago I had two versions of python running, one for
Zope and one for everything else. So this should work. Anyway, it doesn't!

More ideas?
TIA.
Ted

Ivan Levchenko [EMAIL PROTECTED] wrote:
 Try the following in the python port directory:

make install clean

On 10/2/06, 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 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! What gives?
 TIA,
 Ted2

 -
 Stay in the know. Pulse on the new Yahoo.com. Check it out.
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]



--
Best Regards,

Ivan Levchenko
[EMAIL PROTECTED]



 __
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com



--
Best Regards,

Ivan Levchenko
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 it tells me I'm
 in 2.3.5! Why? I didn't do altinstall! What gives?
 
 TIA,
 Ted2
   

Where is the 2.3.5 version installed? Perhaps it is
installed in a directory earlier in your PATH than the
2.4.3 versions directory(/usr/local/bin/).


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 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! What gives?
 
 TIA,
 Ted2


Where is the 2.3.5 version installed? Perhaps it is
installed in a directory earlier in your PATH than the
2.4.3 versions directory(/usr/local/bin/).


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



-
Want to be your own boss? Learn how on  Yahoo! Small Business. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]