zoukankan      html  css  js  c++  java
  • CentOS使用emesene1.0.1

    看来这个linux真的很麻烦,要不是有互联网和google,对于我这个菜鸟来说,真的搞不定了

    下载了一个emesene-1.0.1,准备试一下msn吧,下载的emesene-1.0.1.tar.gz文件,解压,到docs文件夹找到INSTALL,

    or on linux:
    ./emesene 

    我就去执行,结果提示:

    [root@localhost emesene-1.0.1]# root
    bash: root: command not found

    还是上google吧,

    参考:http://www.songzi.org/blog/article.asp?id=666
    I undestand the problem. You have to edit the Controller.py file (is in the emesene root folder).
    Find and comment or delete the next lines:

    if os.name == 'posix' and os.getuid() == 0:
    print "I refuse to run as root"
    return

    Save the file.

    其实也不用删除,把这三行前面加上注释就好了:

    # if os.name == 'posix' and os.getuid() == 0:
    # print "I refuse to run as root"
    # return

     再执行 "./emesene ",ok。

  • 相关阅读:
    绘制八卦阵
    绘制奥运五环
    绘制渐变的圆
    实验报告
    大学排名
    第一条爬虫
    自己的第一个网页
    科学计算与可视化
    类和正则表达(自动更正 代数运算)
    预测比赛
  • 原文地址:https://www.cnblogs.com/xia/p/1454730.html
Copyright © 2011-2022 走看看