看来这个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。