Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18685
| Date | 2012-01-08 18:08 -0500 |
|---|---|
| From | Dave Angel <d@davea.name> |
| Subject | Re: Error Importing MySQLdb |
| References | <L0oOq.65165$8O1.34287@newsfe07.iad> <mailman.4532.1326061044.27778.python-list@python.org> <18369429.1936.1326062224503.JavaMail.geo-discussion-forums@vbdz6> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4534.1326064115.27778.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Error Importing MySQLdb David George <dgeorge@daviddgeorge.com> - 2012-01-08 16:37 -0500
Re: Error Importing MySQLdb Benjamin Kaplan <benjamin.kaplan@case.edu> - 2012-01-08 17:17 -0500
Re: Error Importing MySQLdb davidfx <dgeorge29ca@gmail.com> - 2012-01-08 14:37 -0800
Re: Error Importing MySQLdb davidfx <dgeorge29ca@gmail.com> - 2012-01-08 14:37 -0800
Re: Error Importing MySQLdb Dave Angel <d@davea.name> - 2012-01-08 18:08 -0500
Re: Error Importing MySQLdb Benjamin Kaplan <benjamin.kaplan@case.edu> - 2012-01-08 20:23 -0500
Re: Error Importing MySQLdb John Nagle <nagle@animats.com> - 2012-01-08 21:47 -0800
csiph-web