[SciPy-dev] issues with scipy and eggs
Pearu Peterson
pearu at scipy.org
Tue Dec 13 01:32:45 CST 2005
On Tue, 13 Dec 2005, Robert Kern wrote:
> Pearu Peterson wrote:
>
>> In the referred message you say something about deleting
>> Lib/lib/__init__.py. Is this a typo and you meant Lib/__init__.py?
>> If so, then nevermind. Otherwise I don't understand the solution.
>
> No, it's not a typo. Not only is scipy a namespace package, but scipy.lib is one
> as well. Currently, both scipy_core and full scipy provide __init__.py's
> (scipy_core/scipy/corelib/__init__.py and scipy/Lib/lib/__init__.py).
Ok, I understand now, corelib is installed as scipy.lib as well.
core/scipy/corelib/__init__.py can use the same hooks as
core/scipy/__init__.py to import subpackages.
Thanks,
Pearu
More information about the Scipy-dev
mailing list