Re: what is Inappropriate file type -- trying to install ZMySQLDA
"Dieter Maurer" <[email protected]> Sat, 10 Mar 2007 08:48:46 +0100
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Message-ID | <[email protected]> |
David Kurtz wrote at 2007-3-8 23:13 +0000: > ... > import _mysql > File "build/bdist.macosx-10.3-i386/egg/_mysql.py", line 7, in ? > File "build/bdist.macosx-10.3-i386/egg/_mysql.py", line 6, in __bootstrap__ >ImportError: Inappropriate file type for dynamic loading An "inappropriate file type for dynamic loading" is e.g. a file which does not contain a shared object. -- Dieter