Hi, Please help me to resolve this imort error.
Thanks Antony C:\Documents and Settings\Antony>java -version java version "1.6.0_24" Java(TM) SE Runtime Environment (build 1.6.0_24-b07) Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing) C:\Documents and Settings\Antony\Desktop\Core26>easy_install lucene-2.9.4-py2.6- win32.egg Processing lucene-2.9.4-py2.6-win32.egg creating c:\python26\lib\site-packages\lucene-2.9.4-py2.6-win32.egg Extracting lucene-2.9.4-py2.6-win32.egg to c:\python26\lib\site-packages Adding lucene 2.9.4 to easy-install.pth file Installed c:\python26\lib\site-packages\lucene-2.9.4-py2.6-win32.egg Processing dependencies for lucene==2.9.4 Finished processing dependencies for lucene==2.9.4 C:\Documents and Settings\Antony\Desktop\Core26>easy_install JCC-2.6-py2.6-win32 .egg Processing JCC-2.6-py2.6-win32.egg creating c:\python26\lib\site-packages\JCC-2.6-py2.6-win32.egg Extracting JCC-2.6-py2.6-win32.egg to c:\python26\lib\site-packages Adding JCC 2.6 to easy-install.pth file Installed c:\python26\lib\site-packages\jcc-2.6-py2.6-win32.egg Processing dependencies for JCC==2.6 Finished processing dependencies for JCC==2.6 C:\Documents and Settings\Antony\Desktop\Core26>python Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import lucene Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Python26\lib\site-packages\lucene-2.9.4-py2.6-win32.egg\lucene\__init __.py", line 2, in <module> import os, _lucene ImportError: DLL load failed: The specified module could not be found. >>>