[Python-modules-team] Bug#495457: python-numpy: Error while loading a library

2008-08-17 Thread Christophe Combelles
This is actually fixed in numpy 1.1.1, and the diff is attached. 32c32,35 < if '.' not in libname: --- > > ext = os.path.splitext(libname)[1] > > if not ext: 40a44,45 > else: > libname_ext = [libname] ___ P

[Python-modules-team] Bug#495457: python-numpy: Error while loading a library

2008-08-17 Thread Christophe Combelles
Package: python-numpy Version: 1:1.1.0-3 Severity: normal I get an error while trying to 'import svm'. libsvm is installed from source: http://scipy.org/svn/scikits/trunk/scikits/learn/scikits/learn/machine/svm/ >>> import svm Traceback (most recent call last): File "", line 1, in File "/us