Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Error': 0.05; 'linux/unix': 0.07; 'suggestions.': 0.07; 'path.': 0.09; 'to:addr:comp.lang.python': 0.09; 'heuristics': 0.16; 'cc:addr :python-list': 0.16; 'wrote:': 0.18; 'file,': 0.19; 'cc:no real name:2**0': 0.20; 'written': 0.20; 'have,': 0.21; 'header:In- Reply-To:1': 0.22; 'fine': 0.24; 'guess': 0.26; 'cc:addr:gmail.com': 0.28; 'bit': 0.28; 'cc:addr:python.org': 0.29; 'pm,': 0.29; 'thanks': 0.31; 'header:User-Agent:1': 0.33; 'there': 0.33; 'executable': 0.34; 'file': 0.36; 'cc:2**1': 0.36; 'run': 0.37; 'received:192': 0.37; 'should': 0.39; "it's": 0.40; 'received:192.168': 0.40; 'within': 0.60; 'type': 0.61; 'your': 0.61; 'kind': 0.61; 'header:Reply-To:1': 0.71; 'reply-to:no real name:2**0': 0.72; 'about?': 0.84 Date: Sun, 08 Jan 2012 18:08:23 -0500 From: Dave Angel User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15 MIME-Version: 1.0 To: comp.lang.python@googlegroups.com Subject: Re: Error Importing MySQLdb References: <18369429.1936.1326062224503.JavaMail.geo-discussion-forums@vbdz6> In-Reply-To: <18369429.1936.1326062224503.JavaMail.geo-discussion-forums@vbdz6> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:Z+8mgehLO5kwLOkirVn6/SWAVlNqdwTkWwB5xKnd9Pr 1SCHiM1VOn8C8NCf2yneFWuj6brjkjnNiwfVPtFSUTkBqA01LU JrUGPqVxRPDvCEAgKbsby/rt4d8Y22vBDtVN+zPIJCIY34WQq1 x8arIUhNeQ9DGt0nnJw61EIzjPh96fPOKgmyK5lbm8clsbddlw ThiTwx0+vs5M9hZd5jVDBCFMP9fcxJcIz74Pz4zIkm1LBD4uLW E1TPic41B8OPGHKHWXhHhjJfS1yBugBA6FIG7frCEPTLtXjYD7 Xyd5osDK/Ii0AP3XkiHNC9zvTso2amX1vC34KWrEAXCq4CNWws +8gvAGLydT1QIedATEy8= Cc: python-list@python.org, davidfx X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: d@davea.name List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1326064115 news.xs4all.nl 6877 [2001:888:2000:d::a6]:37723 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18685 On 01/08/2012 05:37 PM, davidfx wrote: > I am not sure what file you mean. Where should I look for the file you are talking about? By the way MySQL works fine within MAMP. > > Thanks for your suggestions. In most Linux/Unix systems, there is a file utility on the system PATH. To find the type of a particular file, you run it as file unknowndata and it'll use its heuristics to guess what kind of data you have, written by what software, or what type of executable you have, and whether it's 32 bit or 64, etc. -- DaveA