I'm using python2.5-minimal 2.5-5ubuntu5 now and python still imports
/usr/lib/python2.5/lib-dynload/select.so instead of ./select.py. It is
over a month since my reported this and it seems nobody noticed anything
like this. Maybe it's only my configuration.
Today I've removed those lines from /etc/python2.5/site.py +419 and I no longer
have to remove /usr/lib/python2.4/lib-dynload/select.so :
# install the apport exception handler if available
try:
from apport import python_hook
except ImportError:
pass
else:
python_hook.install()
--
import searches standard modules before current dir
https://launchpad.net/bugs/77830
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs