delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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 <jeff_barish AT earthlink DOT net> |
Subject: | CDDB and DiscID for Python |
Date: | Mon, 25 Apr 2005 14:23:45 -0600 |
Lines: | 25 |
Message-ID: | <d4jjas$kmc$1@sea.gmane.org> |
Reply-To: | jeff_barish AT earthlink DOT net |
Mime-Version: | 1.0 |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |