[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Python 2.5.4



Minor Python versions are simply bug fixes. Python 2.5.4 libraries are intended as drop-in replacements for those of 2.5.2. Extension modules compiled and linked against 2.5.2 will also work with 2.5.4. So unless Linux version control is so finicky as to operate on the minor version level it should be possible to uninstall 2.5.2 and install 2.5.4 in its place.

Lenard.

René Dudfield wrote:
yes it will break packages


On Tue, Jan 27, 2009 at 2:23 PM, Yanom Mobis <yanom@xxxxxxxxxxxxxx> wrote:
is it possible to install python2.5.4 on top of 2.5.2 ( ./configure && make && sudo make install )
on Linux?

Will this break any packages?