Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 18 Mar 2003 21:51:53 -0500 From: Jason Tishler Subject: Re: Building a win32 python extension from cygwin? In-reply-to: <20030318215437.UKND5350.imf38bis.bellsouth.net@tiger2> To: Greg Freemyer Cc: cygwin AT cygwin DOT com Mail-followup-to: Greg Freemyer , cygwin AT cygwin DOT com Message-id: <20030319025152.GJ1532@tishler.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4i References: <20030318215437 DOT UKND5350 DOT imf38bis DOT bellsouth DOT net AT tiger2> Greg, On Tue, Mar 18, 2003 at 04:56:49PM -0500, Greg Freemyer wrote: > >> What is "installer"? > > A packaging solution that allows python apps to be deployed without > having to deploy python itself. > > http://www.mcmillan-inc.com/install1.html Ah, it sounded familiar -- thanks for the refresher. > My problem was that libpython2.2.dll could not be found in the specified path. Please run cygcheck on your .exe (installation package) and post the output. For example: $ cygcheck foo.exe > That does not make any sense because the exe was supposed to be self > contained and not assume any pre-existing cygwin/python dlls. Agreed, but the above indicates otherwise. > >> Error messages? Build command lines? > > ===== From a freshly started python (win32 IDLE) > Python 2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)] on win32 > Type "copyright", "credits" or "license" for more information. > IDLE 0.8 -- press F1 for help > >>> import _librsync > Traceback (most recent call last): > File "", line 1, in ? > import _librsync > ImportError: DLL load failed: The specified module could not be found. If _librsync is dependent on libpython2.2.dll, then the above error make sense. Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/