码迷,mamicode.com
首页 > 数据库 > 详细

MySQLdb 1031 Error

时间:2015-03-28 10:03:44      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:

Python

import MySQLdb

有可能报:site-packages/pkg_resources.py:1031: UserWarning: /home/***/.python-eggs is writable by group/others and vulnerable to attack when used with get_resource_filename. Consider a more secure location (set with .set_extraction_path or the PYTHON_EGG_CACHE environment variable).

修改方式给.python-eggs加权限:chmod g-wx,o-wx .python-eggs/

MySQLdb 1031 Error

标签:

原文地址:http://www.cnblogs.com/kevinkevin/p/4373633.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!