Error Importing MySQLdb
Dave Angel
d at davea.name
Sun Jan 8 18:08:23 EST 2012
More information about the Python-list mailing list
Sun Jan 8 18:08:23 EST 2012
- Previous message (by thread): Error Importing MySQLdb
- Next message (by thread): Error Importing MySQLdb
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Error Importing MySQLdb
- Next message (by thread): Error Importing MySQLdb
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list