[SciPy-dev] manifold_learning

josef.pktd at gmail.com josef.pktd at gmail.com
Wed Jan 21 13:32:26 EST 2009


On Wed, Jan 21, 2009 at 1:19 PM, Matthieu Brucher
<matthieu.brucher at gmail.com> wrote:
> 2009/1/21 Nils Wagner <nwagner at iam.uni-stuttgart.de>:
>> On Wed, 21 Jan 2009 18:48:38 +0100
>>  Matthieu Brucher <matthieu.brucher at gmail.com> wrote:
>>> Hi,
>>>
>>> I didn't try the new location, but if Dmitrey didn't
>>>delete the
>>> generic framework, everything should be fine ;)
>>>
>>> Matthieu
>>
>> Hi,
>>
>> O.k. I have installed openopt from the old location.
>>
>> python -i regression.py
>> Traceback (most recent call last):
>>   File "regression.py", line 21, in <module>
>>     from scikits.learn.machine.manifold_learning import
>> regression
>> ImportError: No module named
>> learn.machine.manifold_learning
>
> It seems the scikits namespace is not recognized as such. Does the
> rest of scikits.learn work ?
>
> Matthieu

After I build it, there was no __init__py  in the top scikits
directory. Adding an empty __init__.py file solved the import error.

Josef



More information about the SciPy-Dev mailing list