Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1CECF60DF for ; Mon, 30 May 2011 06:38:08 +0000 (UTC) Received: (qmail 13383 invoked by uid 500); 30 May 2011 06:38:05 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 13105 invoked by uid 500); 30 May 2011 06:37:56 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 13097 invoked by uid 99); 30 May 2011 06:37:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 May 2011 06:37:54 +0000 X-ASF-Spam-Status: No, hits=3.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of antonyjoseph89@gmail.com designates 209.85.214.48 as permitted sender) Received: from [209.85.214.48] (HELO mail-bw0-f48.google.com) (209.85.214.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 May 2011 06:37:47 +0000 Received: by bwz8 with SMTP id 8so4332346bwz.35 for ; Sun, 29 May 2011 23:37:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=/25zEzdgXKmUAzkQ0bYeHLp2Gu4DHHvKbMDF/lT8fU8=; b=oviMZnPeeECGz+HA7+80HS6cRf0HSlx/DWGdCzwobbr49+FUFSHsRSPXJfFb51Vq63 3n46lLKkhlPcYnNi1k12kttirOGOHi9GtkGw7bSSBqNcZP+F2nl/X1Yn98qIMpD946rK WnV7/dW3hW83A/K4lEhhuoPXhsMWhIoggXWkU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=O7PVqOrbxHho5MqfDwF69d9V7sfm1IWJiwGZBhPJNc+FVe/cfE8R8bF2vlewX4nTRo VbYcib0FDbnX1mCaRogiwcfjUixf8e9DaVzuY5zhffnUBtlJszeQpip4urZ+yPSfXkbH /YiXmgCcrzaHwbyA8UVqkqrWoGqhm8mdiiecY= MIME-Version: 1.0 Received: by 10.204.133.27 with SMTP id d27mr3251766bkt.69.1306737445852; Sun, 29 May 2011 23:37:25 -0700 (PDT) Received: by 10.204.17.7 with HTTP; Sun, 29 May 2011 23:37:25 -0700 (PDT) In-Reply-To: References: Date: Mon, 30 May 2011 12:07:25 +0530 Message-ID: Subject: Re: ImportError: DLL load failed: The specified module could not be found. From: Antony Joseph To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001517477f864655a704a47885b9 --001517477f864655a704a47885b9 Content-Type: text/plain; charset=ISO-8859-1 Hi all , Finally i resolved my problem msvcp71.dll was missing. Thanks, On 25 May 2011 12:27, Antony Joseph wrote: > 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 "", line 1, in > File "C:\Python26\lib\site-packages\lucene-2.9.4-py2.6-win32.egg\lucene\__init > __.py", line 2, in > > import os, _lucene > ImportError: DLL load failed: The specified module could not be found. > > >>> > > > > > --001517477f864655a704a47885b9--