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 To: cygwin AT cygwin DOT com From: Jeffrey Barish Subject: CDDB and DiscID for Python Date: Mon, 25 Apr 2005 14:23:45 -0600 Lines: 25 Message-ID: Reply-To: jeff_barish AT earthlink DOT net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: c-67-190-5-175.hsd1.co.comcast.net User-Agent: KNode/0.7.2 X-IsSubscribed: yes I am trying to install CDDB and DiscID so that I can import them into Python. Following the directions for win32, I put CDDB.py, DiscID.py, win32/cdrom.py, and win32/mci.dll in /lib/python2.4/site-packages. import CDDB works fine, but import DiscID produces the error ImportError: dlopen, Win21error 1157 It is produced by the import mci command in cdrom.py. I also tried to install using python setup-win32.py install, but that command produced the error message undefined reference to '_mciSendStringA AT 16' I also tried the unix installation procedure (python setup.py install). It started complaining with storage size of 'hdr' isn't known The long list of complaints looks like they result from a missing include file, but there is no complaint about such a problem. These modules work fine on my linux platform. Does anyone know how to get them to work under cygwin? -- Jeffrey Barish -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/