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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gabriel Genellina

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

    En Sat, 10 May 2008 01:38:24 -0300, Banibrata Dutta <banibrata.dutt a@gmail.comescr ibió:
    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

Working...