从:
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即可.