红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

Shtoom在ubuntu上跑

发布时间:2008-03-08 01:20:15来源:红联作者:zhjbond
从:
svn://divmod.org/svn/Shtoom/trunk/shtoom
得来的0.3a的版本,直接放到ubuntu 7.10上跑不了,
我的python是 2.5.1 twisted2.5
需要把源码中用到的
from twisted.python.component import Interface
改成zope风格的Interface:
from zope.interface import Interface

另外需要安装PyalsaAudio库,才可以.
直接:
easy_install pyalsaaudio即可.
文章评论

共有 0 条评论