"Banibrata Dutta" <banibrata.dutt a@gmail.comwrot e in message
news:3de8e1f708 05092138y4ca414 ck2be6b5246afa6 64b@mail.gmail. com...
| 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 ?
If a particular distribution consists of only Python code (no C dll's) and
that code uses no 2.5 features and does not depend on any other 2.5
changes, then it should work with 2.4. Otherwise....