Upgrading python question

Steve Holden steve at holdenweb.com
Thu Mar 22 18:49:31 EDT 2007


Tommy Grav wrote:
> I am currently using Activepython 2.4.4, but would like to upgrade to
> 2.5. Am I right in thinking that if I do that I need to reinstall all  
> the
> packages and modules (like numpy, scipy, pyfits, and so on)? Or is
> there a way to avoid that?
> 
> Cheers
>    Tommy
There's a decent chance that "pure Python" modules can be copied across 
to the new installation. Extension modules, however, with compiled C or 
C++ components, will need to be rebuilt or reinstalled.

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd          http://www.holdenweb.com
Skype: holdenweb     http://del.icio.us/steve.holden
Recent Ramblings       http://holdenweb.blogspot.com




More information about the Python-list mailing list