Bug 22707 - не импортируется библиотека
Summary: не импортируется библиотека
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python-module-scipy (show other bugs)
Version: unstable
Hardware: all Linux
: P3 critical
Assignee: Ivan Zakharyaschev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-10 00:57 MSK by Gleb Kulikov
Modified: 2010-01-11 11:42 MSK (History)
20 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gleb Kulikov 2010-01-10 00:57:06 MSK
from scipy.interpolate import splrep ,  splev                                   
  File "/usr/lib64/python2.6/site-packages/scipy/interpolate/__init__.py", line 7, in <module>
    from interpolate import *                                                                 
  File "/usr/lib64/python2.6/site-packages/scipy/interpolate/interpolate.py", line 13, in <module>
    import scipy.special as spec                                                                  
  File "/usr/lib64/python2.6/site-packages/scipy/special/__init__.py", line 13, in <module>       
    from lambertw import lambertw                                                                 
ImportError: libnpymath.so: cannot open shared object file: No such file or directory
Comment 1 Repository Robot 2010-01-11 11:42:29 MSK
python-module-scipy-0.8.0-alt2.svn20100109 -> sisyphus:

* Mon Jan 11 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux> 0.8.0-alt2.svn20100109

- New snapshot
- Fixed error of find numpy library (ALT #22707)