Python Eggs on Cygwin

Jason Tishler jason at tishler.net
Fri Mar 16 08:36:51 EDT 2007


Kazu,

On Thu, Mar 15, 2007 at 05:33:29PM -0700, Kazu Nisimura wrote:
> >>> import MySQLdb
> Traceback (most recent call last):
>   File "<stdin>", 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 7, in ?
>   File "build/bdist.cygwin-1.5.22-i686/egg/_mysql.py", line 6, in
> __bootstrap__
> ImportError: Permission denied
> 
> This seems to be Eggs/Cygwin problem.  Is there any solution?

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).

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6



More information about the Python-list mailing list