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..
_______________________________________________
pylucene-dev mailing list
pylucene-dev osafoundation.org
http://lists.osafoundation.org/mailman/listinfo/pylu
cene-dev
|