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]
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

