Bug#495457: python-numpy: Error while loading a library

2008-08-18 Thread Ondrej Certik
On Sun, Aug 17, 2008 at 6:13 PM, Christophe Combelles <[EMAIL PROTECTED]> wrote: > This is actually fixed in numpy 1.1.1, and the diff is attached. I just uploaded the new numpy 1.1.1, let me know if this is fixed and if it is ok to close this issue. Ondrej -- To UNSUBSCRIBE, email to [EMAIL

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]

Bug#495457: python-numpy: Error while loading a library

2008-08-17 Thread Ondrej Certik
On Sun, Aug 17, 2008 at 5:07 PM, Christophe Combelles <[EMAIL PROTECTED]> wrote: > 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/mac

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