Stani, > Would it not be better to load "numpy" only on demand even > if you have it installed?
Indeed it would be. The current plugin scheme hasn't been extended to support on-demand plugins, so with my current setup I'd be forced to have every function do an "import numpy" which is tedious as well as not recommended. Rob
