Re: Installed python 2.5 over 2.4 and lost installed packages

2008-04-28 Thread Jason
On Apr 28, 1:46 pm, [EMAIL PROTECTED] wrote: > On Apr 27, 8:42 pm, Mike Driscoll <[EMAIL PROTECTED]> wrote: > > > On Apr 27, 8:15 am, [EMAIL PROTECTED] wrote: > > > I recently updated os x from python 2.4 to 2.5 (from python.org) and > > > in doing so I lost my old python path entries. > > > So wha

Re: Installed python 2.5 over 2.4 and lost installed packages

2008-04-28 Thread james
On Apr 27, 8:42 pm, Mike Driscoll <[EMAIL PROTECTED]> wrote: > On Apr 27, 8:15 am, [EMAIL PROTECTED] wrote: > > I recently updated os x from python 2.4 to 2.5 (from python.org) and > > in doing so I lost my old python path entries. > > So what is the right thing to do in this situation? > > Is cp

Re: Installed python 2.5 over 2.4 and lost installed packages

2008-04-27 Thread Mike Driscoll
On Apr 27, 8:15 am, [EMAIL PROTECTED] wrote: > Hi all, > > I recently updated os x from python 2.4 to 2.5 (from python.org) and > in doing so I lost my old python path entries. Python 2.4 was > installed using fink.  Now when I do: > > import sys > print sys.path > > my old site-packages directory

Re: Installed python 2.5 over 2.4 and lost installed packages

2008-04-27 Thread Ben Kaplan
7, 2008 9:15:06 AM Subject: Installed python 2.5 over 2.4 and lost installed packages Hi all, I recently updated os x from python 2.4 to 2.5 (from python.org) and in doing so I lost my old python path entries. Python 2.4 was installed using fink. Now when I do: import sys print sys.path my old site

Installed python 2.5 over 2.4 and lost installed packages

2008-04-27 Thread james
Hi all, I recently updated os x from python 2.4 to 2.5 (from python.org) and in doing so I lost my old python path entries. Python 2.4 was installed using fink. Now when I do: import sys print sys.path my old site-packages directory is not within it (the 2.4 one). So what is the right thing to