help and delayed import (once more)
March 19, 2004
11:46 a.m.
Hi, I hope I am not annoying you with this, but there is one open issue with the delayed importer: Starting in a fresh python session
help("scipy.linalg") gives Help on instance of _ModuleLoader in scipy: scipy.linalg = <module 'scipy.linalg' from '/opt/python/lib/pyt...e-packages/scipy/linalg/__init__.pyc' [imported]>
Whereas
import scipy help("scipy.linalg") is okay.
Though in most cases the user will already have done an import of scipy or one of its modules, the above behaviour might be confusing. (Is it also problematic for doc-string extracting tools ?) There is one more thing I would like to say: _Many_ thanks to you, Pearu and Travis, for all your help and fixes! Best Arnd
8032
Age (days ago)
8032
Last active (days ago)
0 comments
1 participants
participants (1)
-
Arnd Baecker