如何删除 /root/.非root安装pythonn-eggs

没有更多推荐了,
不良信息举报
举报内容:
关于MySQL-python-1.2.3.tar.gz安装失败的解决方案
举报原因:
原文地址:
原因补充:
最多只允许输入30个字
加入CSDN,享受更精准的内容推荐,与500万程序员共同成长!中国江苏网
汽车大世界
搜狐汽车南昌站
中国日报网
阅读下一篇
查看Apache/logs/error_log,其中有Permission denied: '/root/.python-eggs'提示,由此,根据网上资料,修改wsgi.py,添加语句os.environ['PYTHON_EGG_CACHE'] = '/tmp/trac-eggs',经验证,基本可行。python中如何去掉扩展名_百度知道
python中如何去掉扩展名
我有更好的答案
  python 删除文件扩展名的代码如下:  Note:print语句供test 用  #!/usr/bin/python  import os, re, time, sys  import os.path  import string  filter_dir = &/home/fengnazh/splittest/files/&  filterfile_list = os.listdir(filter_dir)  print filterfile_list  file_index = 0  while(file_index & len(filterfile_list)):  print file_index  tmpf =
filter_dir + filterfile_list[file_index]  print &000tmpf:&  print tmpf  if os.path.isfile(tmpf):  print &go to if&  root, ext = os.path.splitext(filterfile_list[file_index])  print root  print ext  if ext == '.old':  print &before file_index is %s & % (file_index)  print (filterfile_list[file_index])  filterfile_list.remove(filterfile_list[file_index])  #os.remove(os.path.join(tmpf))  file_index = file_index - 1  print &after file_index is %s & % (file_index)  print (filterfile_list[file_index])  print filterfile_list  file_index = file_index + 1
采纳率:87%
来自团队:
&&& import os&&& os.path.splitext(&tmp.txt&)('tmp', '.txt')
本回答被提问者和网友采纳
为您推荐:
其他类似问题
您可能关注的内容
python的相关知识
换一换
回答问题,赢新手礼包
个人、企业类
违法有害信息,请在下方选择后提交
色情、暴力
我们会通过消息、邮箱等方式尽快将举报结果通知您。扫一扫体验手机阅读
Linux下Python连接MySQL异常
<span type="1" blog_id="1574716" userid='
分享到朋友圈
关注作者,不错过每一篇精彩pythonpython-eggs异常解决方法
: UserWarning: /home/server/.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)
进入 /home/server/
chmod g-wx,o-wx .python-eggs/
就是给个权限~}

我要回帖

更多关于 python getroot 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信