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 MySQL_foo_bar.eggs/_mysql.dll % zip -r MySQL_foo_bar.eggs MySQL_foo_bar.eggs but got the same result. After trials and errors, I found unzipped eggs were cached in the $HOME/.python-eggs/ directory! % chmod +x ~/.python-eggs/MySQL_foo_bar/_mysql.dll did the trick and MySQL module was loaded successfully. Thanks for your advice. -- Kazu Nisimura -- http://mail.python.org/mailman/listinfo/python-list