Jason,
On 3/16/07, Jason Tishler <[EMAIL PROTECTED]> wrote:
> The following is a WAG...
>
> Does the MySQL Python module contain shared extension modules (i.e.,
> DLLs)? If so, are they executable? If not, then make them so (i.e.,
> chmod +x).
I did:
% unzip MySQL_foo_bar.eggs
% chmod +x M
Kazu,
On Thu, Mar 15, 2007 at 05:33:29PM -0700, Kazu Nisimura wrote:
> >>> import MySQLdb
> Traceback (most recent call last):
> File "", line 1, in ?
> File "build/bdist.cygwin-1.5.22-i686/egg/MySQLdb/__init__.py", line
> 19, in ?
> File "build/bdist.cygwin-1.5.22-i686/egg/_mysql.py", line
Just by looking at the "permission denied" error, when you loaded the
MySQLdb module, were you using a specific user (is it owned by a specific
user)?
On 15 Mar 2007 17:33:29 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
Hi,
I'm trying to use MySQL Python module on Cygwin. Since there