Hi,

I'm trying to use MySQL Python module on Cygwin.  Since there is no
binary package, I compiled MySQL C client library and Python module
(http://sourceforge.net/projects/mysql-python) manually.

But when I was trying to load MySQLdb module, following errors
happened.

>>> 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?

Regards,

--
Kazu Nisimura

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to