[pylucene-dev] conflicts with this version of Python

Andi Vajda vajda at osafoundation.org
Sun Feb 26 12:52:47 PST 2006


On Sun, 26 Feb 2006, Antonio Calvo wrote:

> I am working with windows xp,  python 2.4.2 and in this simple comand 
> program give this problem.
>
>
>>>> import _PyLucene
> Traceback (most recent call last):
>  File "<pyshell#0>", line 1, in ?
>    import _PyLucene
> ImportError: Module use of python23.dll conflicts with this version of Python.
>>>>
>
> Any  suggestion?

python23.dll is part of Python 2.3, not Python 2.4.

Where did you get the PyLucene binaries from ? What version are you using ?
(It looks like your version of PyLucene was built against Python 2.3)

PyLucene requires Python 2.4.

Andi..


More information about the pylucene-dev mailing list