Benjamin Bruheim wrote:
> More and more software is starting to require python 2.5, but there
> are a few issues with upgrading.
>
> Currently libraries are installed into /Libraries/Python2.4/site-packages -
> allowing a system to have libraries for any python version installed
> at the same
> time. Libraries installed for Python2.4 won't work in 2.5 and have to be
> reinstalled. Other distros have their own packages for each python version to
> [...]
To be honest I'm not very sure about that. RC014 is shipped with Python 
2.5  and it picks modules from :
/System/Links/Libraries/python2.3/site-packages/
/System/Links/Libraries/python2.4/site-packages/
/System/Links/Libraries/python2.5/site-packages/

So I think that if you add /Libraries/Python2.4/site-packages to the 
search path of python some modules should continue to work.

For other issues I think also that some improvements should be made.
I'll try to formalize my ideas after sorting them out.

Giambattista
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to