Python Eggs on Cygwin

Sick Monkey sickcodemonkey at gmail.com
Thu Mar 15 23:10:35 EDT 2007


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, nisimura at gmail.com <nisimura at gmail.com>
wrote:
>
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070315/ad5cb657/attachment.html>


More information about the Python-list mailing list