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

Python 连接 Mysql 操作异常

时间:2015-02-07 16:03:25      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:

UserWarning: /home/toddler/.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).

  warnings.warn(msg, UserWarning)


权限问题:

修改下文件的权限就好了。

chmod g-wx,o-wx ~/.python-eggs


原文解决办法:http://stackoverflow.com/questions/17626694/remove-python-userwarning


Python 连接 Mysql 操作异常

标签:

原文地址:http://my.oschina.net/u/2003106/blog/376373

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