[SciPy-dev] manifold_learning

Matthieu Brucher matthieu.brucher at gmail.com
Wed Jan 21 13:52:40 EST 2009


> python -i regression.py
> Traceback (most recent call last):
>   File "regression.py", line 21, in <module>
>     from scikits.learn.machine.manifold_learning import
> regression
>   File
> "build/bdist.linux-x86_64/egg/scikits/learn/machine/manifold_learning/__init__.py",
> line 9, in <module>
>     # See the README file for information on usage and
> redistribution.
>   File
> "build/bdist.linux-x86_64/egg/scikits/learn/machine/manifold_learning/compression/__init__.py",
> line 10, in <module>
>     #
>   File
> "build/bdist.linux-x86_64/egg/scikits/learn/machine/manifold_learning/compression/geodesic_mds.py",
> line 15, in <module>
>   File
> "build/bdist.linux-x86_64/egg/scikits/learn/machine/manifold_learning/compression/cost_function/__init__.py",
> line 8, in <module>
>     #
>   File
> "build/bdist.linux-x86_64/egg/scikits/learn/machine/manifold_learning/compression/cost_function/cost_function.py",
> line 15, in <module>
>   File
> "/home/nwagner/local/lib64/python2.6/site-packages/numpy/ctypeslib.py",
> line 111, in load_library
>     raise e
> OSError:
> /home/nwagner/local/lib64/python2.6/site-packages/scikits.learn-0.0.0-py2.6-linux-x86_64.egg/scikits/learn/machine/manifold_learning/compression/cost_function/_cost_function.pyd:
> Kann die Shared-Object-Datei nicht öffnen: Ist kein
> Verzeichnis
>
> Who can shed some light on that problem ?

This is strange. I must have made a mistake when changing the
extension, but even with Windows, it shouldn't have been a pyd
extension.

Matthieu
-- 
Information System Engineer, Ph.D.
Website: http://matthieu-brucher.developpez.com/
Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn: http://www.linkedin.com/in/matthieubrucher



More information about the SciPy-Dev mailing list