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)? <br><br><br><div><span class="gmail_quote">On 15 Mar 2007 17:33:29 -0700,
<b class="gmail_sendername"><a href="mailto:nisimura@gmail.com">nisimura@gmail.com</a></b> <<a href="mailto:nisimura@gmail.com">nisimura@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I'm trying to use MySQL Python module on Cygwin. Since there is no<br>binary package, I compiled MySQL C client library and Python module<br>(<a href="http://sourceforge.net/projects/mysql-python">http://sourceforge.net/projects/mysql-python
</a>) manually.<br><br>But when I was trying to load MySQLdb module, following errors<br>happened.<br><br>>>> import MySQLdb<br>Traceback (most recent call last):<br> File "<stdin>", line 1, in ?
<br> File "build/bdist.cygwin-1.5.22-i686/egg/MySQLdb/__init__.py", line<br>19, in ?<br> File "build/bdist.cygwin-1.5.22-i686/egg/_mysql.py", line 7, in ?<br> File "build/bdist.cygwin-1.5.22-i686
/egg/_mysql.py", line 6, in<br>__bootstrap__<br>ImportError: Permission denied<br><br>This seems to be Eggs/Cygwin problem. Is there any solution?<br><br>Regards,<br><br>--<br>Kazu Nisimura<br><br>--<br><a href="http://mail.python.org/mailman/listinfo/python-list">
http://mail.python.org/mailman/listinfo/python-list</a><br></blockquote></div><br>