multiple Python versions, but on Windows (how to handle registry updates)

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Sat May 10 20:47:10 EDT 2008


En Sat, 10 May 2008 01:38:24 -0300, Banibrata Dutta <banibrata.dutta at gmail.com> escribió:

> given that I already have Python2.5 installed & will install Python2.4, will
> copying the ../Lib/site-packages/ from 2.5 into 2.4's, work ?
> i think the answer is "no", but still asking. is it package specific ?
>
> does it matter if the packages were egg drops ?

Packages containing only .py modules ("pure" packages) are OK; packages using C extensions (.dll, .pyd) have to be rebuilt (or you have to download the binaries for the other Python version).

-- 
Gabriel Genellina




More information about the Python-list mailing list