I'm loading the io module, from scipy in one of my programs, as in from scipy import io This particular module takes 3-5 seconds to load on some of the slower systems that I use. Is there anything i can do to improve this import time ? thanks