[Xapian-discuss] Building 0.9.10 with MSVC++ 2005 Express Edition

Olly Betts olly at survex.com
Thu Mar 8 16:31:29 GMT 2007


On Thu, Mar 08, 2007 at 04:28:08PM +0000, Michael Sanders wrote:
>     import _xapian
> ImportError: No module named _xapian

Python 2.5 on Windows will need the module to be called "_xapian.pyd"
instead of "_xapian.dll".  I believe older Python versions accepted
".dll" or ".pyd", so we should probably always call it ".pyd".

But for now, just try renaming it.

Cheers,
    Olly



More information about the Xapian-discuss mailing list