[SciPy-user] shell for scipy

Ken Sugino sugino at brandeis.edu
Fri Jan 31 15:20:04 EST 2003


Pmw (Python Mega Widget) has a on-demand-loader which may be a good example
to start with.

http://pmw.sourceforge.net/doc/dynamicloader.html

/usr/lib/python2.2/site-packages/Pmw/__init__.py
/usr/lib/python2.2/site-packages/Pmw/Pmw_1_1/lib/PmwLoader.py

Ken


On Fri, 31 Jan 2003 17:20:44 -0600
"eric jones" <eric at enthought.com> wrote:

> > The problem is at re-running the
> > python-process each time to test things out is slow because Scipy
> takes
> > so long to load each time (OK I'm impatient). 
> 
> Agreed.  It would be cool if there was some way of doing on-demand
> loading of the sub-modules without explicitly requiring people to import
> them.   I guess this would have to be a python level feature instead of
> doing it in scipy.  If this were possible, it would ameliorate the
> problem markedly.  The effort involved (or even if it is possible --
> should be) is not clear to me.
> 
> eric
> 
> 
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user



More information about the SciPy-User mailing list