En Sat, 10 May 2008 01:38:24 -0300, Banibrata Dutta <[EMAIL PROTECTED]> 
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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to