[Tutor] Speeding up import time

Tony Cappellini tony@tcapp.com
Sat Apr 19 06:13:01 2003


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